Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: #include - again Pin
k505410-Apr-24 6:35
mvek505410-Apr-24 6:35 
GeneralRe: #include - again Pin
trønderen10-Apr-24 7:11
trønderen10-Apr-24 7:11 
QuestionForward declaration placement ? Pin
Salvatore Terress3-Apr-24 12:28
Salvatore Terress3-Apr-24 12:28 
AnswerRe: Forward declaration placement ? Pin
Greg Utas3-Apr-24 12:44
professionalGreg Utas3-Apr-24 12:44 
GeneralRe: Forward declaration placement ? Pin
Salvatore Terress3-Apr-24 13:14
Salvatore Terress3-Apr-24 13:14 
GeneralRe: Forward declaration placement ? Pin
Greg Utas3-Apr-24 14:05
professionalGreg Utas3-Apr-24 14:05 
QuestionC++ coding problem is failing for different test cases especially when input is 1. Please Help. Pin
priyanka mp1-Apr-24 22:39
priyanka mp1-Apr-24 22:39 
AnswerRe: C++ coding problem is failing for different test cases especially when input is 1. Please Help. Pin
Pete O'Hanlon1-Apr-24 22:43
mvePete O'Hanlon1-Apr-24 22:43 
What you need to do is put a breakpoint in your code, and step through it a line at a time. When you are executing a line, think about what you expect the outcome of that operation to be and compare what you think should be happening with what actually happens. Generally, this will lead you to work out what the problem actually is. There's a name for this type of approach, it's called debugging, and it's one of the most valuable skills you will ever learn.

AnswerRe: C++ coding problem is failing for different test cases especially when input is 1. Please Help. Pin
Richard MacCutchan2-Apr-24 0:40
mveRichard MacCutchan2-Apr-24 0:40 
AnswerRe: C++ coding problem is failing for different test cases especially when input is 1. Please Help. Pin
Maximilien2-Apr-24 5:37
Maximilien2-Apr-24 5:37 
AnswerRe: C++ coding problem is failing for different test cases especially when input is 1. Please Help. Pin
CPallini2-Apr-24 8:49
mveCPallini2-Apr-24 8:49 
AnswerRe: C++ coding problem is failing for different test cases especially when input is 1. Please Help. Pin
jschell2-Apr-24 14:09
jschell2-Apr-24 14:09 
QuestionNecesito ayuda para un código para este programa -- I need help with a code for this program Pin
Member 1623306629-Mar-24 11:50
Member 1623306629-Mar-24 11:50 
AnswerRe: Necesito ayuda para un código para este programa -- I need help with a code for this program Pin
Richard Andrew x641-Apr-24 9:05
professionalRichard Andrew x641-Apr-24 9:05 
QuestionVariable types in ASM Pin
Calin Negru27-Mar-24 3:22
Calin Negru27-Mar-24 3:22 
AnswerRe: Variable types in ASM Pin
Maximilien27-Mar-24 3:49
Maximilien27-Mar-24 3:49 
AnswerRe: Variable types in ASM Pin
Mircea Neacsu27-Mar-24 3:59
Mircea Neacsu27-Mar-24 3:59 
GeneralRe: Variable types in ASM Pin
Richard MacCutchan27-Mar-24 4:02
mveRichard MacCutchan27-Mar-24 4:02 
AnswerRe: Variable types in ASM Pin
Richard MacCutchan27-Mar-24 4:01
mveRichard MacCutchan27-Mar-24 4:01 
GeneralRe: Variable types in ASM Pin
jeron127-Mar-24 4:52
jeron127-Mar-24 4:52 
GeneralRe: Variable types in ASM Pin
Calin Negru27-Mar-24 5:26
Calin Negru27-Mar-24 5:26 
GeneralRe: Variable types in ASM Pin
Richard MacCutchan27-Mar-24 6:09
mveRichard MacCutchan27-Mar-24 6:09 
AnswerRe: Variable types in ASM Pin
Calin Negru27-Mar-24 5:27
Calin Negru27-Mar-24 5:27 
Questioncommunication from library to application Pin
utcode21-Mar-24 16:23
utcode21-Mar-24 16:23 
AnswerRe: communication from library to application Pin
jschell21-Mar-24 16:26
jschell21-Mar-24 16:26 

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.