How to acces Graphics functions in C++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to acces Graphics functions in C++ ?

15th Apr 2020, 3:25 AM
Vinayak Dutt
Vinayak Dutt - avatar
4 Answers
+ 2
Are you talking about the SoloLearn environment or in a general sense? On SoloLearn, web codes are the only possibility to make use of graphics, in all other languages you can only create console codes. Even in a general sense, the C++ standard library has no graphic functions whatsoever, so you would need a third-party library. Popular graphic frameworks for C++ include, but are not limited to: SFML: https://www.sfml-dev.org Qt: https://www.qt.io
15th Apr 2020, 4:30 PM
Shadow
Shadow - avatar
0
Me too want to know but i heard that we can use OpenGL header or DSL header, in the past there was a header called graphics.h it was used for dos system but at last i hope someone to help two of us 😅
15th Apr 2020, 3:49 AM
Ahmed Erfan
Ahmed Erfan - avatar
0
😄 let's hope
15th Apr 2020, 4:02 AM
Vinayak Dutt
Vinayak Dutt - avatar
0
Bro you can acces graphics functions in c++ pretty easily!!!! I'm considering that u are talking about 'graphics.h' library. U cannot do it here on SoloLearn but on an IDE like DevC++. You should check this playlist out :- https://www.youtube.com/playlist?list=PLMclp-q8OPhnBqdI6DAIhsHX6RvVD5nha 😄👍
19th Apr 2020, 8:25 AM
Harshit Sharma
Harshit Sharma - avatar