college compiler vs home compiler | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

college compiler vs home compiler

so basically when i do C++ on the school computer we start it off as #include<iostream.h> #include<conio.h> void main(void) but when i tired the same it didn’t work on here or on any other compiler. Now i’m fairly new to the whole coding field so i have no clue as to why. so i was hoping one of u had answers.

5th Aug 2022, 2:55 PM
Prick
Prick - avatar
3 Answers
+ 4
I thought conio.h was deprecated many years ago🤔
5th Aug 2022, 3:00 PM
Jan
Jan - avatar
+ 8
Look like your college is using ancient dos based compilers ( most probably borland or turbo c++ compiler ). Those things are almost 40+ years old technology and obsolete to current standards. It is much better to learn programming on a much modern compiler that abides to current C++ standards like gcc or clang instead wasting your time learning something prehistoric like turbo cpp.
5th Aug 2022, 3:26 PM
Arsenic
Arsenic - avatar
+ 1
What is the definition of college and home compiler?
5th Aug 2022, 3:17 PM
A͢J
A͢J - avatar