0 out of 1 rated this helpful - Rate this topic

CStatic::CStatic 

Constructs a CStatic object.


CStatic( );
// Create a static object on the stack.
CStatic myStatic;

// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.