Click here to Skip to main content
16,010,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Conversion class Pin
David Crow11-Jan-05 10:31
David Crow11-Jan-05 10:31 
GeneralTAO Corba (Visual Studio) Pin
sweep12310-Jan-05 6:22
sweep12310-Jan-05 6:22 
GeneralProblem with XP! Pin
Lazzari Patrizio10-Jan-05 5:50
Lazzari Patrizio10-Jan-05 5:50 
GeneralRe: Problem with XP! Pin
Iain Clarke, Warrior Programmer10-Jan-05 8:26
Iain Clarke, Warrior Programmer10-Jan-05 8:26 
GeneralRe: Problem with XP! Pin
Lazzari Patrizio10-Jan-05 21:00
Lazzari Patrizio10-Jan-05 21:00 
GeneralRe: Problem with XP! Pin
Iain Clarke, Warrior Programmer11-Jan-05 0:58
Iain Clarke, Warrior Programmer11-Jan-05 0:58 
GeneralRe: Problem with XP! Pin
Lazzari Patrizio11-Jan-05 1:15
Lazzari Patrizio11-Jan-05 1:15 
GeneralRe: Problem with XP! Pin
Antony M Kancidrowski11-Jan-05 2:10
Antony M Kancidrowski11-Jan-05 2:10 
Iain Clarke wrote:
In Debug mode, uninitialised memory gets filled with 0xCD [*], but its filled with NULL in release mode.

No, in release mode uninitialised memory is undetermined. It can be anything that was at that memory location previously. For this reason you should always initialise memory within your applications.

Ant.

I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return!
- David Walliams (Little Britain)

GeneralRe: Problem with XP! Pin
Iain Clarke, Warrior Programmer11-Jan-05 2:45
Iain Clarke, Warrior Programmer11-Jan-05 2:45 
Generalplease help if you can - this problem is driving me mad! Pin
AnthonyDalton10-Jan-05 5:22
AnthonyDalton10-Jan-05 5:22 
GeneralRe: please help if you can - this problem is driving me mad! Pin
Martin Koorts10-Jan-05 6:07
Martin Koorts10-Jan-05 6:07 
GeneralInitiate Sending EMail from C++ Pin
Vancouver10-Jan-05 4:44
Vancouver10-Jan-05 4:44 
GeneralRe: Initiate Sending EMail from C++ Pin
Neville Franks10-Jan-05 8:51
Neville Franks10-Jan-05 8:51 
GeneralRe: Initiate Sending EMail from C++ Pin
Vancouver23-Jan-05 20:22
Vancouver23-Jan-05 20:22 
GeneralRe: Initiate Sending EMail from C++ Pin
PJ Arends10-Jan-05 9:04
professionalPJ Arends10-Jan-05 9:04 
GeneralRe: Initiate Sending EMail from C++ Pin
Vancouver23-Jan-05 20:20
Vancouver23-Jan-05 20:20 
GeneralRe: Initiate Sending EMail from C++ Pin
Shog910-Jan-05 9:36
sitebuilderShog910-Jan-05 9:36 
GeneralRe: Initiate Sending EMail from C++ Pin
Vancouver23-Jan-05 20:25
Vancouver23-Jan-05 20:25 
Questionlosing mouse events, help? Pin
DBob10-Jan-05 4:32
DBob10-Jan-05 4:32 
GeneralGlobal Variables in VC++ 6 Pin
guf-cryptkeeper10-Jan-05 4:23
guf-cryptkeeper10-Jan-05 4:23 
GeneralRe: Global Variables in VC++ 6 Pin
fklldsvs10-Jan-05 7:44
fklldsvs10-Jan-05 7:44 
GeneralRe: Global Variables in VC++ 6 Pin
guf-cryptkeeper10-Jan-05 22:53
guf-cryptkeeper10-Jan-05 22:53 
GeneralRe: Global Variables in VC++ 6 Pin
act_x10-Jan-05 8:11
act_x10-Jan-05 8:11 
GeneralRe: Global Variables in VC++ 6 Pin
guf-cryptkeeper10-Jan-05 22:58
guf-cryptkeeper10-Jan-05 22:58 
GeneralRe: Global Variables in VC++ 6 Pin
Iain Clarke, Warrior Programmer10-Jan-05 8:45
Iain Clarke, Warrior Programmer10-Jan-05 8:45 

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.