#include <conio.h> and #include <stdio.h> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

15th Jan 2017, 8:41 AM
Putu Aryandika Prabana
Putu Aryandika Prabana - avatar
4 Answers
+ 6
Because the two headers mentioned are for C programming and are kind of outdated. They have corresponding counterparts in C++.
15th Jan 2017, 9:30 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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
15th Jan 2017, 8:56 AM
Mock
Mock - avatar
0
okay thanks bro
15th Jan 2017, 8:58 AM
Putu Aryandika Prabana
Putu Aryandika Prabana - avatar
0
Welcome ☺
15th Jan 2017, 8:59 AM
Mock
Mock - avatar