Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Count the number of characters in a CString Pin
monrobot1327-Jan-04 7:23
monrobot1327-Jan-04 7:23 
GeneralRe: Count the number of characters in a CString Pin
Mukkie27-Jan-04 7:36
Mukkie27-Jan-04 7:36 
GeneralRe: Count the number of characters in a CString Pin
toxcct27-Jan-04 8:51
toxcct27-Jan-04 8:51 
GeneralRe: Count the number of characters in a CString Pin
mr200327-Jan-04 9:18
mr200327-Jan-04 9:18 
GeneralRe: Count the number of characters in a CString Pin
toxcct27-Jan-04 20:27
toxcct27-Jan-04 20:27 
GeneralRe: Count the number of characters in a CString Pin
Mukkie27-Jan-04 10:19
Mukkie27-Jan-04 10:19 
GeneralWord API - Insert page break after every hyperlink problem Pin
leemidgley27-Jan-04 7:05
leemidgley27-Jan-04 7:05 
Questiona CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 6:26
b_girl27-Jan-04 6:26 
Is it possible to have a CArray of structures that contain other CArrays? For example:

struct COMPLEX
{
CString original;
int changed;
CString new;
};

struct INV
{
CString zValue;
int valence;
int dependence;
int layerNum;
CArray<complex, complex=""> complexes;
};

struct INVISIBLE
{
CArray<inv, inv=""> invisible;
};

I have tried this, and I get an error referring to initializing the second CArray (the complexes array). Is this actually possible or should I start re-thinking my way of doing this?

Thanks
AnswerRe: a CArray of structures containing other CArrays? Pin
Diddy27-Jan-04 6:34
Diddy27-Jan-04 6:34 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 6:49
b_girl27-Jan-04 6:49 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 7:31
b_girl27-Jan-04 7:31 
GeneralRe: a CArray of structures containing other CArrays? Pin
Antti Keskinen27-Jan-04 7:57
Antti Keskinen27-Jan-04 7:57 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 8:04
b_girl27-Jan-04 8:04 
GeneralRe: a CArray of structures containing other CArrays? Pin
Antti Keskinen27-Jan-04 9:35
Antti Keskinen27-Jan-04 9:35 
GeneralRe: a CArray of structures containing other CArrays? Pin
Diddy27-Jan-04 10:47
Diddy27-Jan-04 10:47 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl28-Jan-04 5:05
b_girl28-Jan-04 5:05 
GeneralRe: a CArray of structures containing other CArrays? Pin
Antti Keskinen28-Jan-04 6:52
Antti Keskinen28-Jan-04 6:52 
GeneralRe: a CArray of structures containing other CArrays? Pin
Diddy28-Jan-04 10:56
Diddy28-Jan-04 10:56 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl29-Jan-04 3:41
b_girl29-Jan-04 3:41 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl29-Jan-04 4:56
b_girl29-Jan-04 4:56 
AnswerRe: a CArray of structures containing other CArrays? Pin
toxcct27-Jan-04 8:43
toxcct27-Jan-04 8:43 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl28-Jan-04 3:33
b_girl28-Jan-04 3:33 
AnswerRe: a CArray of structures containing other CArrays? Pin
Christian Graus27-Jan-04 9:40
protectorChristian Graus27-Jan-04 9:40 
GeneralError Program Pin
Member 64882827-Jan-04 6:14
Member 64882827-Jan-04 6:14 
GeneralRe: Error Program Pin
Steve S27-Jan-04 6:54
Steve S27-Jan-04 6:54 

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.