Build Gui Without Drag and drop on c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Build Gui Without Drag and drop on c++

Can Anyone tell me how to build a Gui Without using drag and drop(visual studio) just pure code only, im just using my phone to learn c++

10th Oct 2020, 12:05 PM
John Carlo Balubal
John Carlo Balubal - avatar
3 Answers
+ 3
Martin Taylor it seems likely that ChillPill did it as a personal challenge rather than to determine a convenient way to make a GUI in C++ on Android. For your interest, I checked the space used on my phone. VNC Viewer is using 23.68 MB, and Termux with all the packages is using 872 MB. I was pleasantly surprised that it did not incur any obvious resource drain on my Samsung Galaxy S7. Now I often keep both apps open in the background and never observe any lag in performance. AIDE looks like a viable option. Good find!
11th Oct 2020, 2:08 AM
Brian
Brian - avatar
+ 1
See these tutorials by former SoloLearner, ChillPill, to see how it can be done on Android: https://code.sololearn.com/Wu48arwICgth/?ref=app https://code.sololearn.com/W2j0vZovEWlx/?ref=app
10th Oct 2020, 1:34 PM
Brian
Brian - avatar
0
C4droid, with Allegro, Fltk, Sfml, sdl, etc.
2nd Dec 2021, 5:45 PM
Wellington Batista