Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileFind question (Idiot) Pin
11-Jul-01 5:24
suss11-Jul-01 5:24 
GeneralRe: CFileFind question (Idiot) Pin
Michael Martin11-Jul-01 14:47
professionalMichael Martin11-Jul-01 14:47 
GeneralRe: CFileFind question (Idiot) Pin
Malcolm McMahon13-Jul-01 2:43
Malcolm McMahon13-Jul-01 2:43 
QuestionHow to delete a directory Pin
Djibril11-Jul-01 3:46
professionalDjibril11-Jul-01 3:46 
GeneralSystem modal box when the app crashes Pin
GregT11-Jul-01 2:54
GregT11-Jul-01 2:54 
GeneralRe: System modal box when the app crashes Pin
Tomasz Sowinski11-Jul-01 3:08
Tomasz Sowinski11-Jul-01 3:08 
GeneralStatic members/methods (Beginner) Pin
Jimmy Ehrnström11-Jul-01 1:40
Jimmy Ehrnström11-Jul-01 1:40 
GeneralRe: Static members/methods (Beginner) Pin
Tomasz Sowinski11-Jul-01 1:54
Tomasz Sowinski11-Jul-01 1:54 
To get rid of the compilation errors, add the following line after declaration of CResult:
static int CResult::foo = 0;


Making foo/GetFoo/SetFoo static is another story. You know that all instances of CResult will share one foo, right?

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Static members/methods (Beginner) Pin
Tomasz Sowinski11-Jul-01 1:58
Tomasz Sowinski11-Jul-01 1:58 
GeneralRe: Static members/methods (Beginner) Pin
Jimmy Ehrnström11-Jul-01 2:13
Jimmy Ehrnström11-Jul-01 2:13 
GeneralEnumerating messages Pin
Gennady Oster11-Jul-01 1:15
Gennady Oster11-Jul-01 1:15 
GeneralRe: Enumerating messages Pin
Tomasz Sowinski11-Jul-01 1:46
Tomasz Sowinski11-Jul-01 1:46 
GeneralRe: Enumerating messages Pin
Gennady Oster11-Jul-01 2:03
Gennady Oster11-Jul-01 2:03 
GeneralRe: Enumerating messages Pin
Tomasz Sowinski11-Jul-01 2:12
Tomasz Sowinski11-Jul-01 2:12 
GeneralRe: Enumerating messages Pin
Gennady Oster11-Jul-01 2:29
Gennady Oster11-Jul-01 2:29 
GeneralRe: Enumerating messages Pin
Tomasz Sowinski11-Jul-01 2:42
Tomasz Sowinski11-Jul-01 2:42 
Questionmouse over ?? Pin
Pony10-Jul-01 21:19
Pony10-Jul-01 21:19 
GeneralDebugging Question (Beginner) Pin
matthias s.10-Jul-01 20:34
matthias s.10-Jul-01 20:34 
GeneralRe: Debugging Question (Beginner) Pin
Tim Deveaux11-Jul-01 8:35
Tim Deveaux11-Jul-01 8:35 
GeneralRe: Debugging Question (Beginner) Pin
8-Aug-01 21:53
suss8-Aug-01 21:53 
GeneralTracing Splitter Pin
10-Jul-01 19:56
suss10-Jul-01 19:56 
GeneralRe: Tracing Splitter Pin
coder847210-Jul-01 21:16
coder847210-Jul-01 21:16 
GeneralPhotoShop SDK Pin
HyoSoo Moon10-Jul-01 19:08
HyoSoo Moon10-Jul-01 19:08 
GeneralSQL (.Jet) useage Pin
otvac10-Jul-01 16:45
otvac10-Jul-01 16:45 
GeneralRe: SQL (.Jet) useage Pin
markkuk10-Jul-01 21:04
markkuk10-Jul-01 21:04 

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.