2rong! And No Im not part of a student assignment if i was part of an assignment and I had an instructor I wouldn't be asking another newbe for help on a fuction call, You know when people come to these forums its for help on topics they ask about but instead of help they get its just plain put downs and oh my God he's an idiot cause he's calling a function the wrong way.
If the person who is replying to the forum doesnt want to help the person...
User Profile
Collapse
-
grade.cpp revised still dont wotk
well so far I have gotten this far I have the input and output working but my char function still doesnt please help I am pulling my hair out here
#include "stdafx.h"
#include <iostream>
#include <math.h>
using namespace std;
//
// Structure for a student record
//
...Leave a comment:
-
Yea I see the int char but the problem I am having is calling the grades or the letter grade I know i am missing something but I cant get it eventually I will after i tear it completely up and try again[/CODE]...Leave a comment:
-
The problem I have is getting the char grades
heres what i came with after I posted
It seems like none of the previous fuctions if initialized I dont get I am getting really frustrated
removed full codeLeave a comment:
-
Grade.cpp
I really need help I have got this program all screwed and cant figure out why I cant access my char grades pleade help C learner
Grade.cpp
[CODE=c]
int main(int argc, char *argv[])
{
void inputRecord (StudentRecord record);
//postcondition
void computeAverage (StudentRecord& record);
//precondition
char letterGrade (double numericGrade);...
No activity results to display
Show More
Leave a comment: