User: vcc

  • Public profile

User profile: vcc

User info
User name:vcc
History
Joined:
Number of posts:10
Latest posts:

void const f() vs void f() const
Could you please explain the different between: [b]void const f() {} [/b] and [b]void f() const {...

Return Type
Yes, great helios, it conflict!

Return Type
can you explain me more detail. Buy why it is different from add function

Return Type
Here is my code: [code]#include <iostream> using namespace std; int max(int a, int b) { ...

cmath vs math.h
I've found some solutions: #include <cmath> . . cout << pow(3,2); // this line error cout <...

This user does not accept Private Messages