+ 3
how can we implement graphics header file function in this playground...
i want to use graphics header file but here it cause fatal error, wherever i implement in other platform .
2 Respostas
+ 6
you can't do that on playground, you need to do that on your compiler.
+ 2
Graphics, as in graphics.h, is dead. Use something like SFML instead. And the code playground only supports text I/O.