0
Why we write #using namespace std# when we code in code blocks but not in Turbo C++
4 Respostas
+ 8
How about turbo function in c++?
Did you write
std::cout instead of cout?
+ 8
@hdo good!
+ 2
turbo c++ is an old/outdated compiler. namespace std is new feature of c++ standard (from c++98 if I remember correctly). You should use current IDEs with modern compilers implementing recent C++ standards. Some are visual c++ or code::blocks.
0
no just cout