Code is not workingCan I just question the logic of: [code]for (int i = 0; i > n - 1; i++)[/code] Would this ever retu...
Problems with coding a basic calculatorYou're making this more complicated than it has to be: [code] #include <iostream> using namespace st...
Need help on reference parameterCan't you just use [code]ofstream[/code] to print out [code]Books[/code]? Or whatever you wanted to...
Difference between different compliers for c++So which of the compilers is the best then? I noticed earlier (and I erred a lot in a different thre...
problem with my semple calculatorJust out of curiosity, is there any reason for why you made classes for the error messages or is it ...
This user does not accept Private Messages