+ 8
I need to know what the difference exists between getche, getc, getch and getchar? and how and when to use them?
3 Réponses
+ 7
thank you for the help..
+ 6
if gets can cause problems when writing strings, because of overflow, indicating a certain number in the string and scanf does not allow spacing. What can I do? what's the best option?