0

Why doesn't the <graphics.h> Header File work when compiled?

#include<graphics.h> int main() { //Statement return 0; }

27th Jul 2021, 1:14 AM
Mwamba
3 Antworten
+ 7
That header is outdated and has never been part of the C/C++ standard. https://www.sololearn.com/discuss/1694451/?ref=app https://www.sololearn.com/discuss/1150461/?ref=app
27th Jul 2021, 1:27 AM
Hatsy Rei
Hatsy Rei - avatar