cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Using Namespace
Using Namespace
Jan 8, 2015 at 9:03am UTC
omstavan
(1)
Why is using namespace needed in linux but not in turbo c++?
Jan 8, 2015 at 10:18am UTC
kbw
(9488)
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.