+ 2
Is there any way to use graphics in cpp?
I have used graphics.h in c to create graphics. But it is working in CPP, is there any way to create graphics in CPP?
2 Réponses
+ 1
Good question bro . C++ is a general purpose programming language that support the use of graphics . Simply search for its library called (Opengl) . then add it using # include . then you can use it to draw basic shapes Like (Triangle. Circle and rectangle) . hope that answered your question