T
The Conqueror
Guest
Well, I'm pursuing computer engineering. Unfortunately, at our college we use the decade old Turbo C Compiler. Add to the misery, the professor insists on using both stdio.h and conio.h standard libraries. I did some research and found that the stdio.h library has all the prototypes and functions for scanf,printf etc so is it really necessary to use both conio and stdio libraries?