How can we create buttons, menus, forms etc in turbo c++ or codeblocks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can we create buttons, menus, forms etc in turbo c++ or codeblocks

plz reply

9th Jun 2017, 6:51 PM
Paavan Gupta
Paavan Gupta - avatar
2 Answers
+ 5
Code::Blocks has GUI templates, IIRC (don't use templates). But, yes, CB is the best IDE [opinion] because it's very friendly, customizable, and most important consistent across platforms so you can pickup where you left off across machines. If you want easy development, QtCreator is an option. As for the GUI library, nothing beats Qt because it is so cross platform. I've played with it and found it's not easy, but it's way less difficult than using the crap on offer by MS and learning qt will mean you can make cross platform stuff, even Android.
9th Jun 2017, 9:19 PM
Jamie
Jamie - avatar
+ 3
You may need to learn OS programming. https://www.sololearn.com/discuss/405947/?ref=app and maybe visual studio? mac and windows links https://www.sololearn.com/discuss/410578/?ref=app
9th Jun 2017, 7:47 PM
Manual
Manual - avatar