G
G123456
I am using Microsoft Visual Studio 2005 Prof.
I am (only) using the C++ part of it (or i think so).
When i am compiling my code i get the error "error C2653: 'std' : is not a
class or namespace name"
If i try to use "using namespace std" i get the error "error C2871: 'std' :
a namespace with this name does not exist"
But if i write "std::" i get a list of posibilitis.
Whot am i doing wrong ?
Is there somthing missing under the installation ?
// G123456
I am (only) using the C++ part of it (or i think so).
When i am compiling my code i get the error "error C2653: 'std' : is not a
class or namespace name"
If i try to use "using namespace std" i get the error "error C2871: 'std' :
a namespace with this name does not exist"
But if i write "std::" i get a list of posibilitis.
Whot am i doing wrong ?
Is there somthing missing under the installation ?
// G123456