Click here to Skip to main content
15,892,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Strange Syntax Pin
CPallini13-Aug-14 2:27
mveCPallini13-Aug-14 2:27 
QuestionHow to store objects(Object properites) in a file with c++ native codes? Pin
shaktikanta12-Aug-14 1:36
shaktikanta12-Aug-14 1:36 
AnswerRe: How to store objects(Object properites) in a file with c++ native codes? Pin
Maximilien12-Aug-14 3:17
Maximilien12-Aug-14 3:17 
GeneralRe: How to store objects(Object properites) in a file with c++ native codes? Pin
Cristian Amarie14-Aug-14 22:08
Cristian Amarie14-Aug-14 22:08 
QuestionHow to setup toolbars (CMFCToolbar) for small and large icons with different DPI values ? Pin
Maximilien11-Aug-14 7:40
Maximilien11-Aug-14 7:40 
AnswerRe: How to setup toolbars (CMFCToolbar) for small and large icons with different DPI values ? Pin
Andrew Truckle2-Jan-20 0:15
professionalAndrew Truckle2-Jan-20 0:15 
QuestionC/C++ Pin
Member 1100457310-Aug-14 21:33
Member 1100457310-Aug-14 21:33 
AnswerRe: C/C++ Pin
Richard MacCutchan10-Aug-14 23:10
mveRichard MacCutchan10-Aug-14 23:10 
Looking at your code there are a number of issues. For example you call Account_Create() in your int_menu() function, and then call it again immediately on return. You should take all the menus and input code out of your class and just use the class for holding and manipulating its data. Start with a basic class definition and one function for getting details from the user. Compile and test that part, use your debugger to check that it saves and manages its data correctly. Then add the next function, compile and test that, etc. etc.
AnswerRe: C/C++ Pin
Satya Chamakuri11-Aug-14 2:05
Satya Chamakuri11-Aug-14 2:05 
GeneralRe: C/C++ Pin
Member 1100457311-Aug-14 4:08
Member 1100457311-Aug-14 4:08 
GeneralRe: C/C++ Pin
Richard MacCutchan11-Aug-14 5:17
mveRichard MacCutchan11-Aug-14 5:17 
SuggestionRe: C/C++ Pin
David Crow11-Aug-14 5:51
David Crow11-Aug-14 5:51 
AnswerRe: C/C++ Pin
Satya Chamakuri11-Aug-14 18:12
Satya Chamakuri11-Aug-14 18:12 
GeneralRe: C/C++ Pin
Member 1100457311-Aug-14 19:16
Member 1100457311-Aug-14 19:16 
AnswerRe: C/C++ Pin
Satya Chamakuri11-Aug-14 21:06
Satya Chamakuri11-Aug-14 21:06 
AnswerRe: C/C++ Pin
Cristian Amarie14-Aug-14 22:10
Cristian Amarie14-Aug-14 22:10 
GeneralCalculute average value of large array Pin
wayne wu9-Aug-14 14:55
wayne wu9-Aug-14 14:55 
AnswerRe: Calculute average value of large array Pin
Jochen Arndt9-Aug-14 21:41
professionalJochen Arndt9-Aug-14 21:41 
GeneralRe: Calculute average value of large array Pin
k505410-Aug-14 2:19
mvek505410-Aug-14 2:19 
AnswerRe: Calculute average value of large array Pin
David Crow11-Aug-14 5:54
David Crow11-Aug-14 5:54 
GeneralRe: Calculute average value of large array Pin
Stefan_Lang11-Aug-14 23:07
Stefan_Lang11-Aug-14 23:07 
QuestionApparently different behaviour assigning C string to std::string, for Relese/Debug Pin
piul8-Aug-14 4:36
piul8-Aug-14 4:36 
AnswerRe: Apparently different behaviour assigning C string to std::string, for Relese/Debug Pin
jeron18-Aug-14 5:00
jeron18-Aug-14 5:00 
GeneralRe: Apparently different behaviour assigning C string to std::string, for Relese/Debug Pin
piul10-Aug-14 21:39
piul10-Aug-14 21:39 
AnswerRe: Apparently different behaviour assigning C string to std::string, for Relese/Debug Pin
Richard MacCutchan8-Aug-14 5:57
mveRichard MacCutchan8-Aug-14 5:57 

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.