Using Namespace

Why is using namespace needed in linux but not in turbo c++?
It's not needed in Linux, Linux is an OS not a language or compiler. Namepsace was introduced in C++98. Turbo C++ predates standardisation, so doesn't support namespace.
Topic archived. No new replies allowed.