Click here to Skip to main content
15,926,294 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: disk space of an object Pin
Marcus Spitzmiller23-Mar-02 4:17
Marcus Spitzmiller23-Mar-02 4:17 
GeneralRe: disk space of an object Pin
David Defoort22-Mar-02 23:23
David Defoort22-Mar-02 23:23 
GeneralRe: disk space of an object Pin
Marcus Spitzmiller23-Mar-02 4:04
Marcus Spitzmiller23-Mar-02 4:04 
GeneralStack problems Pin
Steve Severance22-Mar-02 15:30
Steve Severance22-Mar-02 15:30 
GeneralRe: Stack problems Pin
lilei22-Mar-02 16:03
lilei22-Mar-02 16:03 
GeneralRe: Stack problems Pin
Tim Smith22-Mar-02 17:07
Tim Smith22-Mar-02 17:07 
GeneralRe: Stack problems Pin
Nish Nishant22-Mar-02 20:30
sitebuilderNish Nishant22-Mar-02 20:30 
GeneralRe: Stack problems Pin
Tim Smith23-Mar-02 4:13
Tim Smith23-Mar-02 4:13 
There are 3 new debugging options that are nice. (But slow)

/RTCc - Checks for loss of precision. (i.e. char a = 10000)

/RTCs - Initialize local variables to non-zero. Detect over-runs and under-runs of arrays on the stack. Stack pointer verification (i.e. calling a __stdcall routine using __cdecl which has totally different stack requirements.)

/RTCu - Reports when a variable has been used prior to initialization. This is a run-time check and not compile time.


Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralC2440 Pin
22-Mar-02 14:17
suss22-Mar-02 14:17 
GeneralRe: C2440 Pin
Nish Nishant22-Mar-02 14:23
sitebuilderNish Nishant22-Mar-02 14:23 
GeneralRe: C2440 Pin
22-Mar-02 14:34
suss22-Mar-02 14:34 
GeneralRe: C2440 Pin
Nish Nishant22-Mar-02 14:43
sitebuilderNish Nishant22-Mar-02 14:43 
Generalseveral Threads.....trying to access same array item Pin
22-Mar-02 14:01
suss22-Mar-02 14:01 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:13
sitebuilderNish Nishant22-Mar-02 14:13 
GeneralRe: several Threads.....trying to access same array item Pin
soptest22-Mar-02 14:11
soptest22-Mar-02 14:11 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:15
sitebuilderNish Nishant22-Mar-02 14:15 
GeneralDid I say something different? Pin
soptest22-Mar-02 14:53
soptest22-Mar-02 14:53 
GeneralRe: Did I say something different? Pin
Nish Nishant22-Mar-02 16:02
sitebuilderNish Nishant22-Mar-02 16:02 
GeneralRe: several Threads.....trying to access same array item Pin
22-Mar-02 14:18
suss22-Mar-02 14:18 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:18
sitebuilderNish Nishant22-Mar-02 14:18 
GeneralRe: several Threads.....trying to access same array item Pin
22-Mar-02 14:37
suss22-Mar-02 14:37 
GeneralRe: several Threads.....trying to access same array item Pin
Nish Nishant22-Mar-02 14:39
sitebuilderNish Nishant22-Mar-02 14:39 
GeneralRe: several Threads.....trying to access same array item Pin
22-Mar-02 14:49
suss22-Mar-02 14:49 
GeneralLinking to a Win32 DLL Pin
Don Burton22-Mar-02 13:57
Don Burton22-Mar-02 13:57 
GeneralRe: Linking to a Win32 DLL Pin
Nish Nishant22-Mar-02 14:12
sitebuilderNish Nishant22-Mar-02 14:12 

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.