Click here to Skip to main content
15,908,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Release/debug choice Pin
Chris Losinger28-Oct-02 6:53
professionalChris Losinger28-Oct-02 6:53 
Questionhow to transfer xml document on sockets? Pin
Anonymous27-Oct-02 23:00
Anonymous27-Oct-02 23:00 
AnswerRe: how to transfer xml document on sockets? Pin
Christian Graus28-Oct-02 0:28
protectorChristian Graus28-Oct-02 0:28 
AnswerRe: how to transfer xml document on sockets? Pin
Daniel Turini28-Oct-02 1:51
Daniel Turini28-Oct-02 1:51 
GeneralRe: how to transfer xml document on sockets? Pin
Anonymous28-Oct-02 5:58
Anonymous28-Oct-02 5:58 
QuestionHow to discover the failure of a mirror disk set (programatically)?? Pin
Lee Carter27-Oct-02 22:52
Lee Carter27-Oct-02 22:52 
AnswerRe: How to discover the failure of a mirror disk set (programatically)?? Pin
Lee Carter30-Oct-02 23:17
Lee Carter30-Oct-02 23:17 
GeneralCPP question Pin
alex.barylski27-Oct-02 21:38
alex.barylski27-Oct-02 21:38 
Why can't I use static member variables inside member functions even using the scope resolution operator...???

I have the following and it won't work and i'm confused as to why not:

class myClass{
  // This doesn't work...WHY..???
  void MyFunc(){ myClass::m_myStatic = NULL; }

  UINT m_myStatic;
};


// Somewhere in the implementation file
UINT myClass::m_myStatic = NULL;


The above does work...but I get an unresolved external error when I try the extact same thing inside a member function...

Why can't I use static members inside non-static member functions...? I thought this is what the scope operator was for...???

Thanx! Smile | :)


"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralRe: CPP question Pin
Daniel Strigl27-Oct-02 21:57
Daniel Strigl27-Oct-02 21:57 
GeneralRe: CPP question Pin
alex.barylski28-Oct-02 6:33
alex.barylski28-Oct-02 6:33 
GeneralRe: CPP question Pin
ian mariano27-Oct-02 21:59
ian mariano27-Oct-02 21:59 
GeneralRe: CPP question Pin
Navin28-Oct-02 3:56
Navin28-Oct-02 3:56 
GeneralRe: CPP question Pin
alex.barylski28-Oct-02 6:42
alex.barylski28-Oct-02 6:42 
QuestionCWnd::GetDlgItem() Question? Pin
Old Gun27-Oct-02 20:58
Old Gun27-Oct-02 20:58 
AnswerRe: CWnd::GetDlgItem() Question? Pin
Mel Feik27-Oct-02 21:13
Mel Feik27-Oct-02 21:13 
AnswerRe: CWnd::GetDlgItem() Question? Pin
ian mariano27-Oct-02 21:29
ian mariano27-Oct-02 21:29 
GeneralRe: CWnd::GetDlgItem() Question? Pin
Old Gun28-Oct-02 1:16
Old Gun28-Oct-02 1:16 
AnswerRe: CWnd::GetDlgItem() Question? Pin
Chintan28-Oct-02 1:16
Chintan28-Oct-02 1:16 
Generaldialog control focus. Pin
Mel Feik27-Oct-02 19:33
Mel Feik27-Oct-02 19:33 
GeneralChanging CEdit font Pin
alex.barylski27-Oct-02 18:56
alex.barylski27-Oct-02 18:56 
GeneralRe: Changing CEdit font Pin
Dominik Reichl27-Oct-02 22:00
Dominik Reichl27-Oct-02 22:00 
GeneralRe: Changing CEdit font Pin
alex.barylski28-Oct-02 6:46
alex.barylski28-Oct-02 6:46 
GeneralCorrect approach for SysAllocString/SysFreeString Pin
Paul Farry27-Oct-02 17:40
professionalPaul Farry27-Oct-02 17:40 
GeneralRe: Correct approach for SysAllocString/SysFreeString Pin
ian mariano27-Oct-02 21:45
ian mariano27-Oct-02 21:45 
Generaladding an image II Pin
Mel Feik27-Oct-02 17:17
Mel Feik27-Oct-02 17:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.