Do I have to use different header files to run the exact codes on turbo c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do I have to use different header files to run the exact codes on turbo c++?

13th Nov 2016, 6:47 PM
Sohaib Khan
Sohaib Khan - avatar
2 Answers
+ 1
On turbo just use .h for header files like in place of iostream use iostream.h
13th Nov 2016, 8:31 PM
ROHAN JOSHI
ROHAN JOSHI - avatar
0
on turbo c u need to use #include<iostream.h> instead of #inude<iostream> using namespace std;
13th Nov 2016, 8:18 PM
Dhruv Saxena
Dhruv Saxena - avatar