User profile: fafner

User info
User name:fafner
History
Joined:
Number of posts:221
Latest posts:

Help with ofstream
Well, the thing is that the only thing that function will ever do is [code]return this->GetProductNu...

Help with ofstream
GetAllTheThings immediately returns this->GetProductNum(), so it won't do anything more after that. ...

Help with strings
[code]if (type = 1)[/code] When checking for equality you must use ==, not =. Otherwise it will ass...

I beg you, please, help me.... :(
Also, your code doesn't correctly answer the problem. In addition to checking w%2==0, you also need ...

I beg you, please, help me.... :(
This line is not valid c++ syntax (and doesn't make any sense) [code]int w=(1<=w<=100);[/code] Do y...