+ 5
Compilers for c++
I use turbo c++ in my laptop and this app in my tab. I find that I get different outputs for the same code inside the main function. Is it something to do with the namespace std, the difference in compilers or anything else? Thank you in advance!
3 Respostas
+ 9
it is turbo c++. it was made before c++ was standardized therefore it contains things which are not found in what we would call c++ today.
https://www.sololearn.com/discuss/288609/?ref=app
0
Don't use of turbo c++ instead of that use CODEBLOCKS IDE.
0
code blocks