|
5 |
tags
|
||
|
4 | added 157 characters in body; edited title | ||
Why can`t can't I use static members, for example static structures, in my classes in VS2008?When I wrote such write code like this in VS 2008:
and I then initialized initialize my structure like thisway:
The compiler answeredgives the following errors:
What am I did something doing wrong, but it seems to me that it is the imbalance between c++ standard and ? Is this a problem with Visual Studio . or with my code? I know that static members except for const one`s ones must be defined outside the class it they were declared in. |
||||
|
3 | Formatting | ||
|
when When I wrote such code in VS 2008:
and then initialized my structure this way:
compiler answered: 'Patterns': the symbol to the left of a '::' must be a type Why it is as it is? May be I did something wrong, but it seems to me that it is the imbalance between c++ standard and Visual Studio. I know that static members except for const one`s must be defined outside the class it were declared in. |
||||
|
2 | added 16 characters in body | ||
|
1 |
|
||
