User Profile

Collapse

Profile Sidebar

Collapse
C Learner
C Learner
Joined: Nov 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • C Learner
    replied to Grade.cpp
    in C
    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...
    See more | Go to post

    Leave a comment:


  • C Learner
    replied to Grade.cpp
    in C
    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
    //

    ...
    See more | Go to post

    Leave a comment:


  • C Learner
    replied to Grade.cpp
    in C
    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]...
    See more | Go to post

    Leave a comment:


  • C Learner
    replied to Grade.cpp
    in C
    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 code
    See more | Go to post
    Last edited by sicarie; Nov 7 '07, 03:50 PM. Reason: removed full code

    Leave a comment:


  • C Learner
    started a topic Grade.cpp
    in C

    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);...
    See more | Go to post
    Last edited by sicarie; Nov 7 '07, 03:50 PM. Reason: Snipping from full code
No activity results to display
Show More
Working...