User: smartalgorithm

  • Public profile

User profile: smartalgorithm

User info
User name:smartalgorithm
Name:Aram Grigoryan
Location:Yerevan
History
Joined:
Number of posts:15
Latest posts:

Your vectror::push_back() crashes....
ok, replaced [code]std::string user_name;[/code] with [code]char user_name[30];[/code] all wor...

Your vectror::push_back() crashes....
Soooo....???!!! what i should to do? change string to char array? i noticed many problems with STL ...

Your vectror::push_back() crashes....
sure.... [code]User_Ordinary("username", 1000, 0)[/code] "username" is string ! [code]User_Ordina...

Your vectror::push_back() crashes....
here it is: [code]void User_ROOT::read_data(std::vector<User_Ordinary> &k) { std::ifstream file_re...

Your vectror::push_back() crashes....
so if vector is empty, i can add as much elements as i want to the vector by calling same push_back(...

This user does not accept Private Messages