2005-01-19 10:48 - Sanda:
Hi everyone.....
can enyone tell me how to create a GUI using C.
Can I create GUIs using the graphic.h header file.
Please someone help me.
You may use CImg.h, which is a graphics library that ables you to
manipulate, draw and display images. It has been designed to work on
many platforms, it should work at least on windows, mac and unix-based
systems. That is however C++ library.
http://cimg.sourceforge.net
If you want to code for Windows in C, search for WinAPI. Microsoft made
a Platform SDK that contains a WinAPI programming documentation. You may
download itr somewhere at microsoft website. It is all avaible in C, and
may look complicated at the beginning but... well, at least I found it
worth learning :]
Greetings,
Johann "onn" Bitsoenn