Menu

#1 Namespace issues

open
nobody
None
5
2006-05-01
2006-05-01
No

Out of the box under modern Linux, muses won't build;
when you use #include <vector> the vector object is
defined within the namespace std::. In order put the
vector class into the global name space you need to
use #include <vector.h> or ad
using namespace::std

- Oliver

Discussion


Log in to post a comment.