nahojnedreeb
Programmer
Well i am using C++.NET since a week. I started to learn it and short after starting to learn I saw that I need to use namespace std
But when I want to use it I get an error...
What I did:
using namespace std;
what the error is:
c:\Documents and Settings\Johan\Mijn documenten\Visual Studio Projects\testenblablabla\testenblablabla.cpp(5): error C2871: 'std' : a namespace with this name does not exist
can someone of you help me please?
But when I want to use it I get an error...
What I did:
using namespace std;
what the error is:
c:\Documents and Settings\Johan\Mijn documenten\Visual Studio Projects\testenblablabla\testenblablabla.cpp(5): error C2871: 'std' : a namespace with this name does not exist
can someone of you help me please?