Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error in compiling in release mode in VC++ Pin
kr_ash13-Mar-09 2:10
kr_ash13-Mar-09 2:10 
GeneralRe: Error in compiling in release mode in VC++ Pin
Jonathan Davies13-Mar-09 3:10
Jonathan Davies13-Mar-09 3:10 
GeneralRe: Error in compiling in release mode in VC++ Pin
kr_ash13-Mar-09 3:34
kr_ash13-Mar-09 3:34 
GeneralRe: Error in compiling in release mode in VC++ Pin
Jonathan Davies13-Mar-09 4:01
Jonathan Davies13-Mar-09 4:01 
Question[Message Deleted] Pin
sam_psycho13-Mar-09 0:20
sam_psycho13-Mar-09 0:20 
AnswerRe: Z-order changed? Pin
Code-o-mat13-Mar-09 0:42
Code-o-mat13-Mar-09 0:42 
QuestionHow to find how many strings are present? Pin
kapardhi12-Mar-09 23:48
kapardhi12-Mar-09 23:48 
AnswerRe: How to find how many strings are present? Pin
Cedric Moonen12-Mar-09 23:56
Cedric Moonen12-Mar-09 23:56 
If you don't know how many strings will be stored in your array, I suggest you use a dynamic container, like a std::vector for instance. It will make your life much easier when working with a dynamic array.
If you still want to stick to your solution, then you will need an extra variable which counts the number of strings in the array (and the array should be large enough also).

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

AnswerRe: How to find how many strings are present? Pin
Garth J Lancaster13-Mar-09 0:12
professionalGarth J Lancaster13-Mar-09 0:12 
AnswerRe: How to find how many strings are present? [modified] Pin
A_xin13-Mar-09 0:52
A_xin13-Mar-09 0:52 
QuestionCtrlList - selectionchange Pin
jakry12-Mar-09 23:43
jakry12-Mar-09 23:43 
AnswerRe: CtrlList - selectionchange Pin
sudhir_Kumar13-Mar-09 0:28
sudhir_Kumar13-Mar-09 0:28 
GeneralRe: CtrlList - selectionchange Pin
jakry13-Mar-09 1:50
jakry13-Mar-09 1:50 
QuestionCOM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Ash_VCPP12-Mar-09 22:04
Ash_VCPP12-Mar-09 22:04 
AnswerRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
_AnsHUMAN_ 12-Mar-09 22:09
_AnsHUMAN_ 12-Mar-09 22:09 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Ash_VCPP12-Mar-09 22:23
Ash_VCPP12-Mar-09 22:23 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
_AnsHUMAN_ 12-Mar-09 22:31
_AnsHUMAN_ 12-Mar-09 22:31 
AnswerRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Cedric Moonen12-Mar-09 22:10
Cedric Moonen12-Mar-09 22:10 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Ash_VCPP12-Mar-09 22:20
Ash_VCPP12-Mar-09 22:20 
AnswerRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
KarstenK12-Mar-09 22:31
mveKarstenK12-Mar-09 22:31 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Ash_VCPP12-Mar-09 22:38
Ash_VCPP12-Mar-09 22:38 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
KarstenK12-Mar-09 22:51
mveKarstenK12-Mar-09 22:51 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Ash_VCPP12-Mar-09 22:54
Ash_VCPP12-Mar-09 22:54 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Eytukan12-Mar-09 22:59
Eytukan12-Mar-09 22:59 
GeneralRe: COM+ error with queryinterface method('IID_IXMLDOMElement' : undeclared identifier) Pin
Ash_VCPP13-Mar-09 0:05
Ash_VCPP13-Mar-09 0:05 

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.