Why using namespace std; is used in dev c++not in turbo c++?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why using namespace std; is used in dev c++not in turbo c++??

c++

12th Nov 2016, 7:15 PM
Waqar Ali
Waqar Ali - avatar
2 Answers
0
Turbo C++ has an older compiler that's why it does not support the "using namespace std".
12th Nov 2016, 8:20 PM
Mark Ian Pamintuan
Mark Ian Pamintuan - avatar
0
Due to updation in the c++ by ANSI there are some changes in compiler too, so new complier has to follow the rule by ANSI so dev follow tge new rules whereas turbo use older one.
13th Nov 2016, 8:37 PM
ROHAN JOSHI
ROHAN JOSHI - avatar