Click here to Skip to main content
15,878,945 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to use memset to fill a char array with space key? Pin
leon de boer25-Jun-17 3:12
leon de boer25-Jun-17 3:12 
GeneralRe: how to use memset to fill a char array with space key? Pin
focusdoit25-Jun-17 3:53
focusdoit25-Jun-17 3:53 
GeneralRe: how to use memset to fill a char array with space key? Pin
harold aptroot25-Jun-17 4:03
harold aptroot25-Jun-17 4:03 
GeneralRe: how to use memset to fill a char array with space key? Pin
focusdoit25-Jun-17 4:11
focusdoit25-Jun-17 4:11 
GeneralRe: how to use memset to fill a char array with space key? Pin
harold aptroot25-Jun-17 4:23
harold aptroot25-Jun-17 4:23 
GeneralRe: how to use memset to fill a char array with space key? Pin
Rick York26-Jun-17 7:50
mveRick York26-Jun-17 7:50 
GeneralRe: how to use memset to fill a char array with space key? Pin
leon de boer26-Jun-17 8:05
leon de boer26-Jun-17 8:05 
QuestionC programming Determine Students grade Pin
hoangtrungl22-Jun-17 22:47
hoangtrungl22-Jun-17 22:47 
Write a program that determines a student's grade. It reads three test scores(between 0 and 100) and calls a function that calculates and returns a student's grade based on the following rules:
A. If the average score is 90% or more, the grade is A.
B. If the average score is 70% or more and less than 90%, it checks the third score. If the third score is more than 90%, the grade is A; otherwise, the grade is B.
and it continues...

The program's main is to contain only call statements. At least three subfunctions are required: one to read scores, one to determine the grade, and one to print the results.

This is what I have so far but it will not run for me. I am not allowed to use global declarations
AnswerRe: C programming Determine Students grade Pin
OriginalGriff22-Jun-17 22:54
mveOriginalGriff22-Jun-17 22:54 
AnswerRe: C programming Determine Students grade Pin
Jochen Arndt22-Jun-17 23:12
professionalJochen Arndt22-Jun-17 23:12 
QuestionRe: C programming Determine Students grade Pin
David Crow23-Jun-17 4:05
David Crow23-Jun-17 4:05 
AnswerRe: C programming Determine Students grade Pin
Bram van Kampen28-Jun-17 12:35
Bram van Kampen28-Jun-17 12:35 
QuestionHow to solve this compiler error. Pin
pankajkumar21-Jun-17 2:42
pankajkumar21-Jun-17 2:42 
NewsRe: How to solve this compiler error. Pin
Jochen Arndt21-Jun-17 3:23
professionalJochen Arndt21-Jun-17 3:23 
GeneralRe: How to solve this compiler error. Pin
pankajkumar23-Jun-17 2:19
pankajkumar23-Jun-17 2:19 
GeneralRe: How to solve this compiler error. Pin
Jochen Arndt23-Jun-17 2:41
professionalJochen Arndt23-Jun-17 2:41 
AnswerRe: How to solve this compiler error. Pin
Victor Nijegorodov21-Jun-17 8:39
Victor Nijegorodov21-Jun-17 8:39 
GeneralRe: How to solve this compiler error. Pin
pankajkumar23-Jun-17 2:26
pankajkumar23-Jun-17 2:26 
GeneralRe: How to solve this compiler error....changed IDE Pin
pankajkumar23-Jun-17 23:11
pankajkumar23-Jun-17 23:11 
QuestionMessage Closed Pin
21-Jun-17 0:00
东 楷21-Jun-17 0:00 
AnswerRe: How to use LM317T? Pin
Richard MacCutchan21-Jun-17 2:24
mveRichard MacCutchan21-Jun-17 2:24 
AnswerRe: How to use LM317T? Pin
leon de boer21-Jun-17 2:40
leon de boer21-Jun-17 2:40 
GeneralRe: How to use LM317T? Pin
Jochen Arndt21-Jun-17 3:04
professionalJochen Arndt21-Jun-17 3:04 
GeneralRe: How to use LM317T? Pin
leon de boer21-Jun-17 3:39
leon de boer21-Jun-17 3:39 
QuestionNeed Source Code for Decoding _Using algorithm Pin
Member 1326117519-Jun-17 23:29
Member 1326117519-Jun-17 23:29 

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.