User: XanderMax

  • Public profile

User profile: XanderMax

User info
User name:XanderMax
History
Joined:
Number of posts:6
Latest posts:

initializing class member variable during declaration
You can't do this because in a theory class is a set of objects. Assigning attributes (chosing a con...

how insert,edit,delete linked list into structure?
At first you can use std::list<Type> If you have to create your own list here is a sample of list th...

A quick question on strings and destructors.
No you shouldn't. string Mystring is not a pointer So you can't use delete operator to clean it up....

Strange
Try to remove all Sleep's. Or try to remove each Sleep that is locatede before cin>> [code] cout << ...

ofstream
I'am sorry for the first code. That was not orrect. But now it seems to be fine. [code]#include<iost...

This user does not accept Private Messages