Search:

Type: Posts; User: lionofgod

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,133

    C++ various errors while using classes -.-

    Hello, I wrote a small program using classes, but im getting stupid errors and i cant figure out why.
    This is the main file, which calls upon my classes functions the errors in this file are
    ...
  2. Replies
    7
    Views
    5,558

    0.o Tyvm :D I thought that if I only tried...

    0.o Tyvm :D
    I thought that if I only tried removing

    class Gradebook
    forgot to remove the
    { };
    Everything works fine now, Thanks :)
  3. Replies
    7
    Views
    5,558

    Im sorry, but I lost you, I removed the public/...

    Im sorry, but I lost you, I removed the public/ private identifiers
    Now my code looks like this

    #include "stdafx.h"
    #include "gradebook.h"
    #include <string>

    using namespace std;
    class...
  4. Replies
    7
    Views
    5,558

    C++ error C2011

    Hi, Im working with making my first class and I have everything set up but when i try to build, i get the apparently "famous" c2011 error. I've tried different methods of solving this problem after...
Results 1 to 4 of 4