Search:

Type: Posts; User: Edubbzzz

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,160

    Yeah it is saying that ptre is an unused...

    Yeah it is saying that ptre is an unused variable, BUT when i run the program with the warning VISUAL STUDIO CRASHES!! Somethings deffinitly wrong!! i just dont understand there has to e something im...
  2. Replies
    7
    Views
    1,160

    Thanks that cleared up my errors, but no i have a...

    Thanks that cleared up my errors, but no i have a warning for the PTR.
  3. Replies
    7
    Views
    1,160

    im compiling in visual studio C++ its telling me...

    im compiling in visual studio C++ its telling me " : error C2228: left of '.printIt' must have class/struct/union type" i dont understand what its asking for! I'm really new at this and im not very...
  4. Replies
    7
    Views
    1,160

    Help! Error!!!!

    #include <iostream>
    #include <string>
    using namespace std;

    class course
    {
    private:
    string name;
    int credits;
    int total;
Results 1 to 4 of 4