0
Header Files:conio.h
In c program without conio also the program will work ???
4 Answers
+ 5
Why do you need conio.h outside of turbo cpp?
If you are not using turbo , I believe you should stop using it allong with the outdated turbo cpp.
https://www.sololearn.com/discuss/288609/?ref=app
+ 2
Shreeda Bhat for a compiler i recommend code::blocks or visual studio. dev c++ is also a bit outdated so something more up to standard is better. also you should suggest your university to switch to something more new because old compilers tend to have code not compatible with new ones.
+ 2
Shreeda Bhat
Turbo cpp will only work in turbo c++.
As hinanawi stated modern compilers most likely will not support it.
0
ohh okay but our university uses turbo compiler only but whether dev c++ compiler is good or not ???