Is there any way to use graphics in cpp? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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?

11th Mar 2017, 2:29 AM
PRATHAP REDDY
PRATHAP REDDY - avatar
1 ответ
+ 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
6th Nov 2017, 1:27 PM
AbdElAziz Mahmoud Abdo