Search:

Type: Posts; User: jeffeklund

Search: Search took 0.01 seconds.

  1. This is the state now; I can start it, add...

    This is the state now; I can start it, add students and everything is fine, but when I have added a few students, and go check on the statistics, the stats are all blank!
    Example run:

    My current...
  2. Okey, I'm back at it now. This is how everything...

    Okey, I'm back at it now.
    This is how everything looks at this moment:

    main.cpp

    #include <iostream>
    #include "student.h"
    #include "calc.h"
    //#include "calc.cpp"
    using std::cin;
  3. Yeah, but I've declared all teh cout and cin...

    Yeah, but I've declared all teh cout and cin operations as std::...
    What can I do about the error? I don't even see that that is an error!
  4. Why do i need them? Look at the picture i took....

    Why do i need them? Look at the picture i took. Those three problems are the oonly ones left. How can I solve those?
  5. noted and fixed. However, some errors still...

    noted and fixed. However, some errors still remain.
    have a look :
    www.falconvent.com/error.png


    Look here: (calc.h)
    private:
    student stud[students]; I am trying to use nested classes to...
  6. multiple definition, undefined reference to

    Hi! I'm having trouble with a project of mine, I keep getting theese undefined reference to and multiple definitions of-errors... Could someone please take a look at it and help me with it?

    my...
Results 1 to 6 of 6