void const f() vs void f() constCould you please explain the different between: [b]void const f() {} [/b] and [b]void f() const {...
Return TypeYes, great helios, it conflict!
Return Typecan you explain me more detail. Buy why it is different from add function
Return TypeHere is my code: [code]#include <iostream> using namespace std; int max(int a, int b) { ...
cmath vs math.hI've found some solutions: #include <cmath> . . cout << pow(3,2); // this line error cout <...
This user does not accept Private Messages