Are there some guides that teach me how graphics is made in c++? For example the graphics of windows applications.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Are there some guides that teach me how graphics is made in c++? For example the graphics of windows applications..

18th Mar 2018, 11:26 PM
Gabriele Olmi
Gabriele Olmi - avatar
7 Answers
+ 12
you can create windows forms applications and many others with c++ in visual studio
18th Mar 2018, 11:32 PM
Vukan
Vukan - avatar
+ 7
As stated before SDL2 is good - I use it for game making but it is a flexable library https://www.sololearn.com/discuss/498964/?ref=app
19th Mar 2018, 4:42 AM
Manual
Manual - avatar
19th Mar 2018, 4:40 AM
Manual
Manual - avatar
+ 3
Have you tried googling C+9 GUI?
18th Mar 2018, 11:50 PM
Mike Shaw
Mike Shaw - avatar
+ 1
Graphics are usually made using DirectX or OpenGL. For an easier start try the SDL or SFML libraries or Ogre if you need 3D.
19th Mar 2018, 12:22 AM
Ariela
Ariela - avatar
+ 1
thanks to all
19th Mar 2018, 9:10 PM
Gabriele Olmi
Gabriele Olmi - avatar