Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Hi,

I will tell first step to follow in your code. Don't put all the operations in the body of class.. I mean that selection option using switch you write in main. Then one more mistake you did is calling the Account_Create() function before defining it. and using return Account_Create() is also not correct in switch() statement. First you do this, then hope your code will work properly.. If you didn't get also no problem, i will help you to solve this. I already did yesterday this. I don't want to give you that code and spoil you. First you try your level best with guidelines whatever so far people guided.

Nobody is perfect in this world...

Thank you.
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 
AnswerRe: Apparently different behaviour assigning C string to std::string, for Relese/Debug Pin
«_Superman_»8-Aug-14 18:58
professional«_Superman_»8-Aug-14 18:58 
GeneralRe: Apparently different behaviour assigning C string to std::string, for Relese/Debug Pin
piul10-Aug-14 21:42
piul10-Aug-14 21:42 
QuestionHow to design (and do I want) an API? Pin
piul6-Aug-14 2:31
piul6-Aug-14 2:31 
AnswerRe: How to design (and do I want) an API? Pin
Espen Harlinn6-Aug-14 2:55
professionalEspen Harlinn6-Aug-14 2:55 
GeneralRe: How to design (and do I want) an API? Pin
piul6-Aug-14 2:59
piul6-Aug-14 2:59 

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.