Search:

Type: Posts; User: vincible

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,838

    I did not know this, but after googling it makes...

    I did not know this, but after googling it makes sense. Thank you.

    I still do not understand why the original code compiled and ran properly, though.
  2. Replies
    6
    Views
    1,838

    Adding vector in the header file didn't change...

    Adding vector in the header file didn't change anything. (And if adding that line had helped, I would wonder why the lack of #include <vector> in the one-file version didn't lead to problems.)
    ...
  3. Replies
    6
    Views
    1,838

    trouble with .h and .cpp files

    I'm new to C++ and am having trouble implementing this extremely simple class in Visual C++:

    The file testClass.h contains:


    #ifndef TESTCLASS_H
    #define TESTCLASS_H

    class testClass
    {
Results 1 to 3 of 3