Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

developing GUI application without using GUI toolkit

Is it possible to write GUI application without using GUI toolkit ? As the GUI toolkit like GTK+ itself is written in c language, when there were no such toolkits at starting so how could programmers developed GUI apps only using c or c++ without using such toolkits? How can one write Gui application in c or c++ without using any GUI toolkit?

like image 616
Dheeraj Verma Avatar asked Dec 05 '25 13:12

Dheeraj Verma


1 Answers

You can program Windows GUI applications using the Win32 API directly, without using any separate toolkit like GTK+. One reference on how to do that is here: http://www.winprog.org/tutorial/start.html

It's not so common these days, and not for the faint of heart.

like image 167
John Zwinck Avatar answered Dec 07 '25 03:12

John Zwinck



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!