User profile: crazzyguy101

User info
User name:crazzyguy101
Statistical data
Birthdate:1994
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:28
Latest posts:

Array of strings to store data...
hm... you used C-style strings.. ie char arrays... you'd better use C++ style strings by including ...

how to show the user the list of book from which the user want and....
[code]for (int num=1;num<=i;num++) { cout<<num<<" "<<booktitles[i]<<endl; }[/code] Well, would...

Use Name of Class as Input command
Thanks i'll try :) EDIT : Calcium is not an object it is just an instance of an object. When i tr...

How to bridge the gap between newbie and intermediate programmer?
Maybe this might help. http://cplusplus.com/articles/Grey_Wolf6/

Use Name of Class as Input command
Thanks although that didnt help much.