Im trying to use a standard C++ library class (like cout, cin, or string) but the compiler gives an undeclared identifier error (C2065) on those names. Why?
Related Questions
- Im trying to use a standard C++ library class (like cout, cin, or string) but the compiler gives an undeclared identifier error (C2065) on those names. Why?
- The D standard library docs for recls do not correspond to the version included with the D compiler. What gives?
- Does wxWidgets use STL, or the standard string class?