Search:

Type: Posts; User: stephd

Search: Search took 0.00 seconds.

  1. Thread: gpa calc

    by stephd
    Replies
    3
    Views
    4,712

    ok this is what i did where did i mess up? ...

    ok this is what i did where did i mess up?



    #include <string>
    #include <stdio.h>
    #include <cstdlib>
    #include <iostream>

    using namespace std;
  2. Thread: gpa calc

    by stephd
    Replies
    3
    Views
    4,712

    gpa calc

    hi im making a gpa calculator for my class and am confused on how to add value to my grade. should i be using a swith statement instead of an if statement? here is my code:



    #include <string>...
  3. Replies
    3
    Views
    921

    thanks for the help i fixed it

    thanks for the help i fixed it
  4. Replies
    3
    Views
    921

    help please!!!!!

    i am new to c++ and this is my second program for class...keep getting the error, warning: cannot pass objects of non-POD type 'struct std::string' through '...'; call will abort at runtime. can...
Results 1 to 4 of 4