0
How to make graphics in c++
5 Réponses
0
import graphics.h header and practise graphics programs by watching tuts on youtube and goo luck!
0
for graphics you should install DOS file software
which is look like turbo c software
0
Please tell me the coding
0
harshit go and watch tutorials on youtube dude? didnt u read my previous answer? thr r tons of tutorials abt graphics
0
don't use the graphics.h file, it's outdated and inefficient. You'll need to use a graphics api. directX and openGL are two graphics apis each with their own pros and cons. for c++ with openGL you can look at the more popular SFML/SDL libraries which have tons of documentation and tutorials. or if you're feeling a bit more adventurous you could learn the more direct openGL apis like glfw which will require more programing but offer better control. learning openGL will also give you access to Vulkan, openGL's successor, which is close to the metal, high control, graphics programming. not to sound bias here for openGL, I'm just inexperienced with directX and can't speak much on it