0
the programms which have (#include <io. h>) dont work what should i do
i cant run programms which have (#include <io. h>) what should i do https://code.sololearn.com/cBNs356o0qZG/?ref=app
2 Antworten
+ 7
Mohamed Hamada after the new update in android the code playground is in Linux system so all windows header files are not working anymore so change those windows fine to their respective Linux library and syntax to execute at android.
Like for
#include<sys/io.h> in place of
#include<io.h> so these way change all other function too for execute in the app at android
The website is still not updated that much so this code can be work good in websites
https://www.sololearn.com/post/168086/?ref=app
+ 1
https://www.quora.com/Is-there-any-header-called-io-h-in-c?share=1