January 27, 2011

C++ Declaring A Static Type


In header
class Xxx {
...
  static sometype dict_;
...
In source:
sometype Xxx::dict_;

No comments: