User profile: Konstantin2

User info
User name:Konstantin2
Name:Ekaterinburg
Location:Russia
Statistical data
Gender:Male
Occupation:Other
Skills:C++
Assembly
History
Joined:
Number of posts:142
Latest posts:

while loop (cin>>)
try [code]cout << '\n';[/code] or [code]cout << flush;[/code] How do You stop the loop?

Backup plan
Modern games are maid by thoursand people. if u wanna make a game like that, u need hundreed years. ...

can classes share variables
What about this one: [code]class BaseClass { public: static int I; }; int BaseClass::I; class a : pu...

struct issues
[code]if (s[i].test_score >= 90) s[i].grade = 'A'; [/code] [code]{ float avg = 0; for (int i = 0;...

terminate called after throwing an instance of 'long'
If you don't know about debuggers, you can insert a line like [code]cout << "line 14\n";[/code] in t...