How to work with graphics in c? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to work with graphics in c?

25th Dec 2018, 11:15 AM
Aliaksei Dashkouski
 Aliaksei Dashkouski - avatar
2 Answers
+ 12
You can do with this library #include<graphics.h>. See some tutorials: https://youtu.be/7_i7gg3IWzo https://www.programmingsimplified.com/c/graphics.h
25th Dec 2018, 11:33 AM
Pedro H.J
Pedro H.J - avatar
+ 4
To work with graphics in c language you can use graphics.h Library.
25th Dec 2018, 11:29 AM
Mukul
Mukul - avatar