Hi NG,
I want to use a const member variable in a class like
class abc{
private :
const int x;
};
How can i Initialise this into some value.
I am using MS vc++ 6.0.
Regards\Raghuram.k
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |