Search:

Type: Posts; User: bardsley99

Search: Search took 0.00 seconds.

  1. Solved :-) Thanks for your help guys - another...

    Solved :-)

    Thanks for your help guys - another file which included the header file I posted before (inputAlg.h) did so after:

    #ifdef _DEBUG
    #undef THIS_FILE
    static char THIS_FILE[]=__FILE__;...
  2. Thanks for your replies but neither adding the...

    Thanks for your replies but neither adding the using namespace std worked and since there are no lines in the header file (yet) that use vectors it is simply including the header file that causes the...
  3. The header file doesnt actually have the "#ifdef...

    The header file doesnt actually have the "#ifdef _DEBUG... etc" code in it.... Here is the whole header file. I also tried using namespace std before and that didnt help either :-( Cheers Guys...

    ...
  4. MS Visual C++ 6 wont include vector.h in a header file

    Hi, Ive been having some trouble using the vector template in visual c++ 6. Basically when I use the line:

    #include <vector>

    in one of my .cpp files everything works fine and I dont have any...
Results 1 to 4 of 4