I want to make a house with graphics and show the sunset ,and the coming of night.can somebody tell me how to do it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to make a house with graphics and show the sunset ,and the coming of night.can somebody tell me how to do it.

Sunsets and night comes .

13th Jan 2019, 4:18 PM
Muhammad Suleman
2 Answers
+ 2
You can't do graphics with C++ (at least not on SoloLearn) except maybe some ascii art (character drawings). You should look into HTML/CSS courses if you are interested in web design. Maybe this will give you an idea, this youtube channel is done by one of the top SoloLearners https://www.youtube.com/watch?v=V5cZ3SaUDE4
13th Jan 2019, 6:59 PM
Tibor Santa
Tibor Santa - avatar
0
If you are asking for the ability to do this off of SoloLearn, you should look into graphics libraries. 2D : SDL2 3D: Unreal Engine, OpenGL
14th Jan 2019, 3:16 AM
Zeke Williams
Zeke Williams - avatar