Difference between revisions of "User:Raburrell"

From CDOT Wiki
Jump to: navigation, search
Line 4: Line 4:
 
[[http://f6-preview.awardspace.com/klassiccpp.com/_proj_downloads/gofish.rar Download Go Fish V1.0.0.0 ]]<br/>
 
[[http://f6-preview.awardspace.com/klassiccpp.com/_proj_downloads/gofish.rar Download Go Fish V1.0.0.0 ]]<br/>
 
This is a text base game which simulates the playing of the card game 'Go Fish'. I began working on it near the<br/>end of my second semester at Seneca college after being oriented with the awesome power of object oriented programming in C++. <br/>Its the first official release so it might be buggy <br/>but look out for further releases because i try to improve on it when i can <br/><br/>
 
This is a text base game which simulates the playing of the card game 'Go Fish'. I began working on it near the<br/>end of my second semester at Seneca college after being oriented with the awesome power of object oriented programming in C++. <br/>Its the first official release so it might be buggy <br/>but look out for further releases because i try to improve on it when i can <br/><br/>
[[http://f6-preview.awardspace.com/klassiccpp.com/_proj_downloads/Hotel_Astra_v_1.0.0.0.rar  Download Hotel Astra V1.0.0.0 ]]<br/>
+
[[http://f6-preview.awardspace.com/klassiccpp.com/_proj_downloads/Hotel_Astra_v1.0.0.0.rar  Download Hotel Astra v1.0.0.0 ]]<br/>
[[http://f6-preview.awardspace.com/klassiccpp.com/_proj_downloads/Hotel_Astra_v_1.0.0.2.rar  Download Hotel Astra V1.0.0.2 ]]<br/>  
+
[[http://f6-preview.awardspace.com/klassiccpp.com/_proj_downloads/Hotel_Astra_v1.0.0.2.rar  Download Hotel Astra v1.0.0.2 ]]<br/>  
 
This is a simple hotel reservation application which uses file stream class of C++ to create , save and read reservations that have been <br/>made with the system for the single entity. If you are an Administrator (validated by administrator code) the user has the ability to view <br/>the hotel status which show the number of Standard,Suite, Deluxe and smoking rooms currently available, to change the administrator code<br/> and to generate a text file to represent the hotel status.
 
This is a simple hotel reservation application which uses file stream class of C++ to create , save and read reservations that have been <br/>made with the system for the single entity. If you are an Administrator (validated by administrator code) the user has the ability to view <br/>the hotel status which show the number of Standard,Suite, Deluxe and smoking rooms currently available, to change the administrator code<br/> and to generate a text file to represent the hotel status.
  

Revision as of 22:48, 15 December 2011

Name:Ramone Anthony Dadrian Burrell

Seneca Learn Id: raburrell

Email: raburrell@learn.senecac.on.ca, burrellramone@yahoo.ca

[Download Go Fish V1.0.0.0 ]
This is a text base game which simulates the playing of the card game 'Go Fish'. I began working on it near the
end of my second semester at Seneca college after being oriented with the awesome power of object oriented programming in C++.
Its the first official release so it might be buggy
but look out for further releases because i try to improve on it when i can

[Download Hotel Astra v1.0.0.0 ]
[Download Hotel Astra v1.0.0.2 ]
This is a simple hotel reservation application which uses file stream class of C++ to create , save and read reservations that have been
made with the system for the single entity. If you are an Administrator (validated by administrator code) the user has the ability to view
the hotel status which show the number of Standard,Suite, Deluxe and smoking rooms currently available, to change the administrator code
and to generate a text file to represent the hotel status.


I soon will be releasing a namespace called 'util' which will have a set of utility function that user's of the C++ language might need to perform
simple tasks. With every 5 new functions I add to the namespace I will make a new release so keep your eyes peeped.