Click here to Skip to main content
15,896,259 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tricky Question Pin
Ian Darling23-Dec-03 0:16
Ian Darling23-Dec-03 0:16 
GeneralRe: Tricky Question Pin
Monty223-Dec-03 1:08
Monty223-Dec-03 1:08 
GeneralRe: Tricky Question Pin
SiddharthAtw23-Dec-03 1:59
SiddharthAtw23-Dec-03 1:59 
GeneralRe: Tricky Question Pin
Ian Darling23-Dec-03 2:14
Ian Darling23-Dec-03 2:14 
GeneralRe: Tricky Question Pin
SiddharthAtw23-Dec-03 18:11
SiddharthAtw23-Dec-03 18:11 
GeneralHow can u initialize member variable while declaring??? Pin
abudu23-Dec-03 1:14
abudu23-Dec-03 1:14 
GeneralRe: How can u initialize member variable while declaring??? Pin
SiddharthAtw23-Dec-03 2:04
SiddharthAtw23-Dec-03 2:04 
Generalfirst feed the pointers Pin
abudu23-Dec-03 17:14
abudu23-Dec-03 17:14 
As far as VC++ 6.0 is concerned it is working i.e. null pointer can be used to call the member function but it is not advisable. it may work in few compilers but it is not standard, u shud always initialize the pointer to some valid memory location of this class C type that is what we call initialization of pointer. it could be any pointer for that matter u shud make it point to a valid memory location of its type. when u go for big programs, in the sense, if u use lot of pointers with huge data and dereference it, u may get into Access violation errors and some ugly errors. Please feed the pointers with valid memory location(food) and ask it to work.

when going gets tough the tough gets going...
GeneralRe: Tricky Question Pin
nde_plume23-Dec-03 4:13
nde_plume23-Dec-03 4:13 
Generalprinter problem Pin
skpanda22-Dec-03 23:52
skpanda22-Dec-03 23:52 
GeneralOutlook add in - need guru's help Pin
YaronNir22-Dec-03 23:23
YaronNir22-Dec-03 23:23 
GeneralDatabase file index error Pin
Shanmuga Sundar22-Dec-03 23:19
Shanmuga Sundar22-Dec-03 23:19 
Generalrequired info about projects in c++ Pin
ammad ami22-Dec-03 22:54
ammad ami22-Dec-03 22:54 
GeneralRe: required info about projects in c++ Pin
Brian Shifrin23-Dec-03 5:58
Brian Shifrin23-Dec-03 5:58 
QuestionVisual C++ link with Visual basic 6? Pin
Anonymous22-Dec-03 21:56
Anonymous22-Dec-03 21:56 
AnswerRe: Visual C++ link with Visual basic 6? Pin
jhwurmbach22-Dec-03 22:43
jhwurmbach22-Dec-03 22:43 
AnswerRe: Visual C++ link with Visual basic 6? Pin
Anthony_Yio23-Dec-03 1:09
Anthony_Yio23-Dec-03 1:09 
GeneralPlease help on how to update my Platform SDK! Pin
twing22-Dec-03 21:32
twing22-Dec-03 21:32 
GeneralRe: Please help on how to update my Platform SDK! Pin
Michael P Butler23-Dec-03 1:01
Michael P Butler23-Dec-03 1:01 
GeneralRetreive the conent MFC Active Document Server Pin
Member 52603722-Dec-03 19:33
Member 52603722-Dec-03 19:33 
GeneralRetreive the conent MFC Active Document Server Pin
Member 52603722-Dec-03 19:09
Member 52603722-Dec-03 19:09 
GeneralDllExport Function crashing Pin
Kishor Morkhandikar22-Dec-03 18:54
Kishor Morkhandikar22-Dec-03 18:54 
GeneralRe: DllExport Function crashing Pin
Roger Allen23-Dec-03 2:45
Roger Allen23-Dec-03 2:45 
GeneralDDV functions Pin
Dinesh Ahuja22-Dec-03 17:38
Dinesh Ahuja22-Dec-03 17:38 
GeneralRe: DDV functions Pin
David Crow23-Dec-03 4:33
David Crow23-Dec-03 4:33 

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.