Click here to Skip to main content
15,883,929 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C language exercise - beginner Pin
Victor Nijegorodov6-Oct-21 19:43
Victor Nijegorodov6-Oct-21 19:43 
AnswerRe: C language exercise - beginner Pin
CPallini6-Oct-21 22:46
mveCPallini6-Oct-21 22:46 
GeneralRe: C language exercise - beginner Pin
David Crow7-Oct-21 2:08
David Crow7-Oct-21 2:08 
AnswerRe: C language exercise - beginner Pin
jsc427-Oct-21 5:18
professionaljsc427-Oct-21 5:18 
GeneralRe: C language exercise - beginner Pin
Graham Breach7-Oct-21 11:30
Graham Breach7-Oct-21 11:30 
GeneralRe: C language exercise - beginner Pin
Bram van Kampen15-Oct-21 13:35
Bram van Kampen15-Oct-21 13:35 
GeneralRe: C language exercise - beginner Pin
Richard MacCutchan15-Oct-21 22:04
mveRichard MacCutchan15-Oct-21 22:04 
AnswerRe: C language exercise - beginner Pin
Bram van Kampen15-Oct-21 13:29
Bram van Kampen15-Oct-21 13:29 
The question is:

Do you seriously want to learn how to become an IT specialist, who can code, or are you more interested in the party type student life.

The problems you want resolved are quite trivial, and I could easily write you the required lines.

However, I will not! You seem to be early in your course. I have no doubt that your college provided you with the resources required where you can find out how to write this code. Read it, and Try it out, fail and Learn. Writing Code is about Trying and Learning, the whole time. You write the Code, Compile it. You get Compiling errors. That means that the Compiler does not understood what you wrote. Solve them, it Compiles. Now you have a running program or App. Does the App do what you want it to do! Very Often it does not. They call that Debugging!

I learned C and CPP/MFC the hard way. By myself, trial and error. My University simply did not have a computer that students could work with in 1974. My first computer was a Commodore 64 in 1985, where I learned the beginnings of Machine Code and ASM programming. A small PC with a C Compiler came as a godsend, and at the time I was in no doubt what compilers linkers, and debug/retail versions did and could do.

You have an institution with resources behind you. Use those resourses and learn. Stop asking this forum to resolve your exam questions.
Believe it or not,

Everybody on this forum has met intractable issues, All of us have been students, one way or the other. We deal with real science here. Helping you to spoof your exam is never a way forward.
Bram van Kampen

Questiondata structure Pin
User 153459235-Oct-21 15:05
User 153459235-Oct-21 15:05 
AnswerRe: data structure PinPopular
Dave Kreskowiak5-Oct-21 17:11
mveDave Kreskowiak5-Oct-21 17:11 
AnswerRe: data structure Pin
Maximilien6-Oct-21 12:44
Maximilien6-Oct-21 12:44 
AnswerRe: data structure Pin
Bram van Kampen15-Oct-21 12:50
Bram van Kampen15-Oct-21 12:50 
QuestionRun powershell in C# Pin
jwradhe23-Sep-21 0:43
jwradhe23-Sep-21 0:43 
AnswerRe: Run powershell in C# Pin
Richard MacCutchan23-Sep-21 0:49
mveRichard MacCutchan23-Sep-21 0:49 
AnswerRe: Run powershell in C# Pin
Richard Deeming23-Sep-21 1:14
mveRichard Deeming23-Sep-21 1:14 
GeneralRe: Run powershell in C# Pin
jwradhe23-Sep-21 1:48
jwradhe23-Sep-21 1:48 
GeneralRe: Run powershell in C# Pin
Richard Deeming23-Sep-21 2:43
mveRichard Deeming23-Sep-21 2:43 
GeneralRe: Run powershell in C# Pin
jwradhe23-Sep-21 2:49
jwradhe23-Sep-21 2:49 
GeneralRe: Run powershell in C# Pin
Richard Deeming23-Sep-21 3:21
mveRichard Deeming23-Sep-21 3:21 
GeneralRe: Run powershell in C# Pin
Dave Kreskowiak23-Sep-21 3:29
mveDave Kreskowiak23-Sep-21 3:29 
QuestionExample C code to use API "GetProcessIoCounters" Pin
Narasimha Moorthy20-Sep-21 1:01
Narasimha Moorthy20-Sep-21 1:01 
AnswerRe: Example C code to use API "GetProcessIoCounters" Pin
Richard MacCutchan20-Sep-21 1:11
mveRichard MacCutchan20-Sep-21 1:11 
GeneralRe: Example C code to use API "GetProcessIoCounters" Pin
Narasimha Moorthy20-Sep-21 19:14
Narasimha Moorthy20-Sep-21 19:14 
GeneralRe: Example C code to use API "GetProcessIoCounters" Pin
Richard MacCutchan20-Sep-21 21:19
mveRichard MacCutchan20-Sep-21 21:19 
GeneralRe: Example C code to use API "GetProcessIoCounters" Pin
Victor Nijegorodov20-Sep-21 21:21
Victor Nijegorodov20-Sep-21 21:21 

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.