User profile: BasicNewbie

User info
User name:BasicNewbie
History
Joined:
Number of posts:145
Latest posts:

Set of Item ( last question )
do you mean i can just use [code]item++;[/code] for it? and for remove item just use [code]item--;...

Set of Item ( last question )
here is the code that done by me [code]#include <iostream> #include <string> #include <conio.h> ...

Basic sorting with algorithm library
[code]friend bool operator< (const Books & ,const Books & ); bool operator < (const Books &a ,cons...

Basic sorting with algorithm library
@cire thanks you. by the way can i pass a vector like this? [code] vector<Books> BookVector; Sortin...

Basic sorting with algorithm library
[code] }#include <iostream> #include <string> #include <vector> #include <algorithm> #include <conio...