Hi,
I want to use STL classes like string, vector, hash and iterator in the VC++ 6.0. Eventhough the header files are present in the Include directory, which i have include in the program using #include<String>, i am getting a compile time error "vector: undeclared identifier". Is there any settings which has to be done. Note that, it is not giving error regarding the files that are included.
Thanks in advance
raochetan
I want to use STL classes like string, vector, hash and iterator in the VC++ 6.0. Eventhough the header files are present in the Include directory, which i have include in the program using #include<String>, i am getting a compile time error "vector: undeclared identifier". Is there any settings which has to be done. Note that, it is not giving error regarding the files that are included.
Thanks in advance
raochetan