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 commandThanks 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 commandThanks although that didnt help much.