George2
February 17th, 2008, 04:16 AM
Hello everyone,
We always write const int other than int const, are they the same?
Example,
int const & x = 10;
const int& y = 10;
thanks in advance,
George
We always write const int other than int const, are they the same?
Example,
int const & x = 10;
const int& y = 10;
thanks in advance,
George