+ 1
How to acces Graphics functions in C++ ?
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
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 đ
0
đ let's hope
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
đđ