Click here to Skip to main content
15,887,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DSA PinPopular
Richard MacCutchan28-Aug-23 21:56
mveRichard MacCutchan28-Aug-23 21:56 
GeneralRe: DSA Pin
Dave Kreskowiak29-Aug-23 2:04
mveDave Kreskowiak29-Aug-23 2:04 
GeneralRe: DSA Pin
Richard Deeming29-Aug-23 3:12
mveRichard Deeming29-Aug-23 3:12 
GeneralRe: DSA Pin
CPallini30-Aug-23 2:57
mveCPallini30-Aug-23 2:57 
QuestionInvalid application of 'sizeof' to incomplete type 'struct Node' Pin
ZAID razvi22-Aug-23 20:20
ZAID razvi22-Aug-23 20:20 
AnswerRe: Invalid application of 'sizeof' to incomplete type 'struct Node' Pin
Victor Nijegorodov22-Aug-23 20:41
Victor Nijegorodov22-Aug-23 20:41 
GeneralRe: Invalid application of 'sizeof' to incomplete type 'struct Node' Pin
ZAID razvi24-Aug-23 23:45
ZAID razvi24-Aug-23 23:45 
AnswerRe: Invalid application of 'sizeof' to incomplete type 'struct Node' Pin
CPallini22-Aug-23 21:06
mveCPallini22-Aug-23 21:06 
The error message is clear: at the point the compiler encounters sizeof(struct Node) (or sizeof(nd), or whatever...) it doesn't know the size, because the complete declaration of struct Node is missing.
You could post the relevant code, in order to get better help.
"In testa che avete, Signor di Ceprano?"
-- Rigoletto

PraiseRe: Invalid application of 'sizeof' to incomplete type 'struct Node' Pin
ThatsAlok23-Aug-23 17:01
ThatsAlok23-Aug-23 17:01 
GeneralOT Pin
CPallini23-Aug-23 19:59
mveCPallini23-Aug-23 19:59 
GeneralRe: Invalid application of 'sizeof' to incomplete type 'struct Node' Pin
ZAID razvi24-Aug-23 23:43
ZAID razvi24-Aug-23 23:43 
GeneralRe: Invalid application of 'sizeof' to incomplete type 'struct Node' Pin
CPallini24-Aug-23 23:47
mveCPallini24-Aug-23 23:47 
Questionconversions in 64 bit mode Pin
utcode21-Aug-23 18:35
utcode21-Aug-23 18:35 
AnswerRe: conversions in 64 bit mode Pin
CPallini21-Aug-23 20:41
mveCPallini21-Aug-23 20:41 
AnswerRe: conversions in 64 bit mode PinPopular
Randor 22-Aug-23 1:13
professional Randor 22-Aug-23 1:13 
GeneralRe: conversions in 64 bit mode Pin
utcode22-Aug-23 17:46
utcode22-Aug-23 17:46 
GeneralRe: conversions in 64 bit mode Pin
Richard MacCutchan22-Aug-23 21:42
mveRichard MacCutchan22-Aug-23 21:42 
Questiongenerate PDF file Pin
utcode18-Aug-23 18:13
utcode18-Aug-23 18:13 
AnswerRe: generate PDF file Pin
Victor Nijegorodov18-Aug-23 21:03
Victor Nijegorodov18-Aug-23 21:03 
AnswerRe: generate PDF file Pin
jschell21-Aug-23 2:37
jschell21-Aug-23 2:37 
QuestionGet LVN_MARQUEEBEGIN in CListCtrl Pin
Li Lin 202317-Aug-23 22:04
Li Lin 202317-Aug-23 22:04 
AnswerRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Victor Nijegorodov17-Aug-23 23:16
Victor Nijegorodov17-Aug-23 23:16 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Li Lin 202320-Aug-23 14:38
Li Lin 202320-Aug-23 14:38 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Victor Nijegorodov21-Aug-23 8:11
Victor Nijegorodov21-Aug-23 8:11 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Li Lin 202321-Aug-23 15:29
Li Lin 202321-Aug-23 15:29 

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.