+ 10
How to make graphics and make it move with c++
Can i import graphic into c++ and make it move
8 Respostas
+ 11
In Sololearn Code Playground, this is impossible. You could use an external IDE if you want to show graphics
+ 9
https://www.cprogramming.com/advtutorial.html
This also help you
+ 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
+ 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!
+ 2
What is the specific benefits of doing your graphics in C++ rather than using a program like MediBang or Blender?
+ 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..
+ 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.