+ 1
DIFFERENCE BETWEEN TURBO C++ AND LATEST C++
I LEARNED TURBO C++ OLD ONE IN SCHOOL, NOW TRYING TO LEARN LATEST C++ HERE, CAN SOMEONE TELL ME ALL THE CHANGES IN THESE TWO VERSIONS OF C++. LIKE WE USED #include<iostream.h> In old one , and here i see #include<iostream> using namespace std; Help me out
3 Respuestas
+ 7
Turbo C++ is a relict from the early 1990s. It was developed before the first international standard in 1998 (ISO/IEC 14882:1998).
Before 1998, the de facto standard for C++ was „The Annotated C++ Reference Manual“, which was a book by Bjarne Stroustrup. This „standard“ used <iostream.h>.
+ 4
Hi Rishabh Mehta.
As said by 「HAPPY TO HELP」 , a HUGE difference.
https://www.sololearn.com/discuss/288609/?ref=app
+ 2
「HAPPY TO HELP」 I think schools use turbo C++ because the teachers have also learned from that only
But now a days some schools are also started using code::blocks instead