+ 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

20th Oct 2019, 5:03 PM
Rishabh Mehta
Rishabh Mehta - avatar
5 Answers
+ 3
Arsenic good point ;) Ah sweet, c::b is a great tool!
21st Oct 2019, 4:20 AM
「HAPPY TO HELP」
「HAPPY TO HELP」 - avatar
+ 10
the last release was in 2006 we're nearing 2020 14 years of differences... https://en.cppreference.com/w/ Study here ^ Here is the standard https://isocpp.org/std/the-standard IDK why schools use turbo when better, free alternatives exist. Waste of student's time and learning.
20th Oct 2019, 5:14 PM
「HAPPY TO HELP」
「HAPPY TO HELP」 - avatar
+ 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>.
20th Oct 2019, 5:25 PM
Michael
Michael - avatar
20th Oct 2019, 5:56 PM
Manual
Manual - avatar
+ 3
「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
21st Oct 2019, 2:13 AM
Arsenic
Arsenic - avatar