Pls can u help me with this error
Managed C++/CLI
3
Posts
3
Posters
0
Views
1
Watching
-
using namespace std; void one () { error C2871: 'std' : does not exist or is not a namespace : error C2601: 'one' : local function definitions are illegal
Did you include
iostream
without .h? -
using namespace std; void one () { error C2871: 'std' : does not exist or is not a namespace : error C2601: 'one' : local function definitions are illegal
This is the C++/CLI forum, try the visual C++ forum for standard C++ questons.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )