User Profile

Collapse

Profile Sidebar

Collapse
Dizzy
Dizzy
Last Activity: Feb 8 '15, 04:09 PM
Joined: Jan 3 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you now is working me too and please can you show me how to store above information or data into file name "Grade Report" and show me with with simple example.
    See more | Go to post

    Leave a comment:


  • A program that accepts the information and calculated CGPA

    i want to display the grade report of two students in the table but this code will repeat the grade report of one student in the tables and what is wrong with this code below ?
    please guy just help me !!

    #include<iostre am>
    #include<string >
    #include<fstrea m>
    using namespace std;

    class student{

    private:

    string fname;
    string lname;...
    See more | Go to post
    Last edited by Dizzy; Jan 30 '15, 06:36 PM. Reason: I

  • A program that accepts two students information &amp; calculate GCPA.

    Help me !! what is wrong in this code the program should calculate and display two students information in that users has entered .

    #include<fstrea m>
    #include<iostre am>
    #include<string >
    using namespace std;
    class student{
    private:
    string name ;
    char sex;
    string...
    See more | Go to post

    Leave a comment:


  • Write C++ program that calculate students CGPA and store in to file name

    #include<fstrea m>
    #include<iostre am>
    #include<string >
    using namespace std;
    class student{
    private:
    string fname;
    string lname ;
    char sex;
    string id;
    char grade[20];
    int year;
    int semester;
    int ncourse ;
    string coursename[20];...
    See more | Go to post
No activity results to display
Show More
Working...