Help with ofstreamWell, the thing is that the only thing that function will ever do is [code]return this->GetProductNu...
Help with ofstreamGetAllTheThings 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...