B
bob
how do you import multiple namespaces from the same header?
How do you define import?how do you import multiple namespaces from the same header?
how do you import multiple namespaces from the same header?
i'm thinking of something like this:
#include "matrixlib.h"
using namespace name1;
using namespace name2;
but i don't think that works.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.