How to make graphics and make it move with c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

How to make graphics and make it move with c++

Can i import graphic into c++ and make it move

20th Jan 2019, 2:28 AM
woo Zhi
woo Zhi - avatar
8 Answers
+ 11
In Sololearn Code Playground, this is impossible. You could use an external IDE if you want to show graphics
20th Jan 2019, 3:20 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
20th Jan 2019, 8:05 PM
AKS
AKS - avatar
+ 3
Just to point out that both graphics.h and Turbo C++ is platform dependent and outdated. This should never be an option. https://www.sololearn.com/Discuss/1656763/?ref=app https://www.sololearn.com/Discuss/288609/?ref=app Instead, try out what has been suggested in the past by previous queries on "C++ GUI and Graphics". https://www.sololearn.com/Discuss/551122/?ref=app https://www.sololearn.com/Discuss/341696/?ref=app https://www.sololearn.com/Discuss/199752/?ref=app
21st Jan 2019, 3:15 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
This is actually something I was thinking about looking into after finishing the Sololearn C++ course. I'll make sure to save these links for future reference. Thanks!
21st Jan 2019, 12:59 AM
Johannes Schneider
Johannes Schneider - avatar
+ 2
What is the specific benefits of doing your graphics in C++ rather than using a program like MediBang or Blender?
21st Jan 2019, 1:21 PM
Ginger Mae
Ginger Mae - avatar
+ 2
If you want to do it in the terminal then use "ncurses.h" its a 3rd party library so you'll need to install it yourself..Its very easy to use and learn(you can even write a game and play it at the terminal),there's lots of tutorials online about ncurses..... Here's what i recommend you do, learn how to use "Wxwidgets" framework,its an open source C++ cross platform app development framework..It comes with a 3000 page reference and around 80 code samples.. Check out these other alternatives if you'd like... QT,MSF,NDK..
21st Jan 2019, 1:24 PM
Mensch
Mensch - avatar
+ 1
To make it work in your device first you must check whether everything is right in it or not. There is a lot of chance of the error codes which you can fix with https://errorcode0x.com/error-code-0x80071a90/ and then make it done for less error.
21st Jan 2019, 12:24 PM
Genny Smith