I've been studying c++ for about three months now. But now it became like 'what's this black screen all the time!?' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I've been studying c++ for about three months now. But now it became like 'what's this black screen all the time!?'

So I searched and found out that we need sdk. Like Wxwidgets or gltk. It was a torture to download them. Then I turned back to Vb.net, that I studied vb6 years ago. So, now I'm feeling myself better because I can see really what I do. Different languages but programming mentality is same. Relaxed now :) Do you feel also bored of working with a black screen?

5th Apr 2017, 8:42 AM
Bülent Gulistan Gözen
Bülent Gulistan Gözen - avatar
11 Answers
+ 12
You can't output images on the console, but you can change the screen color, do pixel art and stuff. :>
5th Apr 2017, 9:27 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
I am not making console applications anymore. Now I use Windows Form Application in C#. Next task is making apps for Android and IOS.
5th Apr 2017, 8:46 AM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
+ 6
@Hatsy Rei Can I draw a pixel in code playground too? What is the character value of the pixel/box? I tried to color my text in code playground. Didn't worked. :(
5th Apr 2017, 9:41 AM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
+ 6
processing Js on Khan academy is the best!
6th Apr 2017, 1:38 PM
Theprogrammers
Theprogrammers - avatar
+ 4
@Cyrus Ornob Corraya, re: your CodePlayground query: Output runs through some form of stream processors and is not a tty/console. It's a little frustrating because it's blocked some of my more hopeful console codes (so didn't publish)--but it makes sense...terminal ANSI escapes aren't just for color, and other capture methods might require weird workarounds due to how current hardware works. SL might be able to customize a way but I didn't see one. None of this applies to your own stuff; you likely have the necessary access to your hardware.
7th Apr 2017, 2:09 AM
Kirk Schafer
Kirk Schafer - avatar
+ 3
Beginners with console programs feel like kids playing in a sandbox dreaming to build a house. I used the Processing IDE as it has a straight forward visual output and that kept me going,until I realized that power lies in the console when you do stuff for yourself... Processing is based on Java. If you are interested in a C++ approach you can have a look at Cinder and/or Open Frameworks
5th Apr 2017, 10:02 AM
seamiki
seamiki - avatar
+ 3
@Sahaji Bamba any IDE will do: http://openframeworks.cc/download/ if you want a simplier approach try the Processing IDE https://processing.org
7th Apr 2017, 2:43 AM
seamiki
seamiki - avatar
+ 2
system("color 02") you can change color of texts. Use it in int main()
5th Apr 2017, 11:16 AM
Bülent Gulistan Gözen
Bülent Gulistan Gözen - avatar
+ 1
How can we change the colour of that black screen? Can we output the images as well? I am talking about C++ console mode ?
5th Apr 2017, 8:56 AM
Sahaj Bamba
Sahaj Bamba - avatar
+ 1
@Seamiki I only know about console programming . is the real world a lot different? How can i get a glimpse of it ? which IDE ? I am talking about C++ Language ? I use turbo for now .
5th Apr 2017, 12:53 PM
Sahaj Bamba
Sahaj Bamba - avatar
0
As I know you need a Software Development Kit to add images, buttons or whatever.
5th Apr 2017, 9:40 AM
Bülent Gulistan Gözen
Bülent Gulistan Gözen - avatar