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

C / C++ / MFC

 
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 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Victor Nijegorodov21-Aug-23 21:47
Victor Nijegorodov21-Aug-23 21:47 
AnswerRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Richard MacCutchan20-Aug-23 21:51
mveRichard MacCutchan20-Aug-23 21:51 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Li Lin 202321-Aug-23 20:45
Li Lin 202321-Aug-23 20:45 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Richard MacCutchan21-Aug-23 21:28
mveRichard MacCutchan21-Aug-23 21:28 
AnswerRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Randor 22-Aug-23 1:23
professional Randor 22-Aug-23 1:23 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Li Lin 202322-Aug-23 14:30
Li Lin 202322-Aug-23 14:30 
GeneralRe: Get LVN_MARQUEEBEGIN in CListCtrl Pin
Randor 23-Aug-23 1:11
professional Randor 23-Aug-23 1:11 
QuestionUpdate a value inside a class using a function Pin
alex136317-Aug-23 4:19
alex136317-Aug-23 4:19 
AnswerRe: Update a value inside a class using a function Pin
k505417-Aug-23 5:07
mvek505417-Aug-23 5:07 
GeneralRe: Update a value inside a class using a function Pin
alex136317-Aug-23 5:20
alex136317-Aug-23 5:20 
Thanks for your feedback. I am running it using vs-code and it is compiled without any issue. If I run it for the first time I pressed 1, then I entered 100 (Account number), Mark (Name) and 200 (Balance). Then, I pressed 3 to see the table that works fine (I can see all information for this account on the table):

=============================================
A/c no.      NAME              Balance
=============================================
100          Mark            200


Then I pressed 2 to add a deposit and I entered 350. Now I expect this value is added to the previous balance (200) and the new balance should be 550 now. However, after pressing 3, I still see the above table and the balance has not been updated. Do you know where the problem could be?
Thanks

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.