Click here to Skip to main content
15,799,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessage Closed Pin
17-Sep-22 9:17
Member 1496877117-Sep-22 9:17 
AnswerRe: basic C++ question... Pin
David Crow17-Sep-22 16:44
David Crow17-Sep-22 16:44 
GeneralRe: basic C++ question... Pin
Richard MacCutchan17-Sep-22 22:16
mveRichard MacCutchan17-Sep-22 22:16 
QuestionMessage Closed Pin
16-Sep-22 8:38
Member 1496877116-Sep-22 8:38 
AnswerRe: Help with xterm Pin
Richard MacCutchan16-Sep-22 23:26
mveRichard MacCutchan16-Sep-22 23:26 
AnswerRe: Help with xterm Pin
k505417-Sep-22 6:09
mvek505417-Sep-22 6:09 
Questionhow to use a struct pointer to get a struct pointer array's member Pin
samzcs11-Sep-22 13:03
samzcs11-Sep-22 13:03 
AnswerRe: how to use a struct pointer to get a struct pointer array's member Pin
Greg Utas11-Sep-22 13:24
mveGreg Utas11-Sep-22 13:24 
The last line won't compile: Sp1 is an array of 2 pointers to strTst instances, not a strTst*. To access s1 in spst2, you need
C
strTst *pt = Sp1[1];
pt->s1 = 0;

Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: how to use a struct pointer to get a struct pointer array's member Pin
samzcs11-Sep-22 14:29
samzcs11-Sep-22 14:29 
GeneralRe: how to use a struct pointer to get a struct pointer array's member Pin
samzcs11-Sep-22 14:34
samzcs11-Sep-22 14:34 
GeneralRe: how to use a struct pointer to get a struct pointer array's member Pin
Greg Utas11-Sep-22 14:46
mveGreg Utas11-Sep-22 14:46 
AnswerRe: how to use a struct pointer to get a struct pointer array's member Pin
Mircea Neacsu11-Sep-22 16:09
Mircea Neacsu11-Sep-22 16:09 
AnswerRe: how to use a struct pointer to get a struct pointer array's member Pin
Richard MacCutchan12-Sep-22 1:00
mveRichard MacCutchan12-Sep-22 1:00 
AnswerRe: how to use a struct pointer to get a struct pointer array's member Pin
magnomagna23-Sep-22 5:06
magnomagna23-Sep-22 5:06 
QuestionMAPI error MAPI_E_NOT_SUPPORTED problem Pin
jur20028-Sep-22 22:15
jur20028-Sep-22 22:15 
AnswerRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Richard MacCutchan8-Sep-22 22:19
mveRichard MacCutchan8-Sep-22 22:19 
GeneralRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
jur20028-Sep-22 23:24
jur20028-Sep-22 23:24 
GeneralRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Richard MacCutchan9-Sep-22 0:23
mveRichard MacCutchan9-Sep-22 0:23 
AnswerRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Victor Nijegorodov8-Sep-22 23:00
Victor Nijegorodov8-Sep-22 23:00 
GeneralRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
jur20029-Sep-22 0:07
jur20029-Sep-22 0:07 
GeneralRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Victor Nijegorodov9-Sep-22 0:25
Victor Nijegorodov9-Sep-22 0:25 
AnswerRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Randor 9-Sep-22 0:24
professional Randor 9-Sep-22 0:24 
GeneralRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
jur20029-Sep-22 1:44
jur20029-Sep-22 1:44 
GeneralRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Randor 9-Sep-22 2:10
professional Randor 9-Sep-22 2:10 
AnswerRe: MAPI error MAPI_E_NOT_SUPPORTED problem Pin
Gerry Schmitz9-Sep-22 16:54
mveGerry Schmitz9-Sep-22 16: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.