Hello everyone,
We always write const int other than int const, are they the same?
Example,
Code:int const & x = 10; const int& y = 10;
thanks in advance,
George
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: int const&Threaded View
|
Click Here to Expand Forum to Full Width |