Can console languages be used to create graphical applications? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can console languages be used to create graphical applications?

I have seen few advanced programming languages working on SoloLearn but I've only seen working in console mode. So I was wondering if there is a way to build a graphical program with languages like C++, C#, Java, etc... A little guide or reference from anyone will help....

18th Apr 2018, 12:02 PM
Abraham N. Mulbah
Abraham N. Mulbah - avatar
2 Answers
0
most of those languages have libraries for graphics or engines which are based off of them, so i would say you can
18th Apr 2018, 12:36 PM
hinanawi
hinanawi - avatar
0
they defintely can! Java has the swing libraries which are quite straightforward to learn. don't listen to trolls who say it's outdated and worthless to learn; it's a great place to start! Also, C++ Qt is worth checking out too. Remember, GUI's were created with code, they just didn't just fall out of the sky! lol
18th Apr 2018, 12:53 PM
Brandon
Brandon - avatar