+ 1
#include <conio.h> and #include <stdio.h>
Why if I using borland c++ in my PC I can use #include <conio.h> and <stdio.h> ? but in all apps for coding is playstore I can't use that? can you tell me why? Sorry im a new programmer. Thanks
4 Réponses
+ 6
Because the two headers mentioned are for C programming and are kind of outdated. They have corresponding counterparts in C++.
+ 1
If the compiler is online then you can add most of the libraries ..
Depends on application developer for user compatible they may embed them default libraries
... But its good practice to mention it
0
okay thanks bro
0
Welcome ☺