How to make graphics in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make graphics in c++

18th Jul 2016, 3:51 PM
harshith
harshith - avatar
5 Answers
0
import graphics.h header and practise graphics programs by watching tuts on youtube and goo luck!
18th Jul 2016, 4:28 PM
Suhail Pappu
Suhail Pappu - avatar
0
for graphics you should install DOS file software which is look like turbo c software
18th Jul 2016, 4:44 PM
krishna desai
0
Please tell me the coding
18th Jul 2016, 4:47 PM
harshith
harshith - avatar
0
harshit go and watch tutorials on youtube dude? didnt u read my previous answer? thr r tons of tutorials abt graphics
18th Jul 2016, 4:51 PM
Suhail Pappu
Suhail Pappu - avatar
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
18th Jul 2016, 5:14 PM
destro