How i use graphics in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How i use graphics in c++

15th May 2020, 11:41 AM
Aman Bhardwaj
Aman Bhardwaj - avatar
3 Answers
0
Yes there are lot of pixel based graphics in C++ but defiantly you can not use them in the sololearn code playground. You need a PC and install TurboC compiler and there are lots of graphics function in #include<graphics.h> header file. I have created 2 simple pixel based video game in C++ for college project (and 1 for my friend too). it was so much fun. But sololearn IDE is not comfortable for them it is only possible in TurboC.
15th May 2020, 12:10 PM
Pradeep Kumar Prajapati
Pradeep Kumar Prajapati - avatar
0
Thanks
15th May 2020, 12:34 PM
Aman Bhardwaj
Aman Bhardwaj - avatar
0
You are welcome Aman Bhardwaj . You can go to youtube or search google to see how the real C++ IdE looks like. it is very different from we use in sololearn. The sololearn code playground support only limited text based input and output. The real TurboC compiler is available on playstore too for android but it is not easy to use in limited resources.
15th May 2020, 1:01 PM
Pradeep Kumar Prajapati
Pradeep Kumar Prajapati - avatar