0
CONSOLE IN C OTOGRAM
Why can't I use the conio.h function in c program
2 Réponses
+ 3
conio.h is very old and compiler-specific. what are you trying to do? most likely, you can write the program without it. link your code if you need help.
0
Ok thanks Lisa