Thursday, July 9, 2009

GUI in Borland C++?

I would like to use a GUI in C, but I don't realy know how...





Also, I want to give the font a different color


Is there a simple way?

GUI in Borland C++?
Are you working out of the console only: without creating windows at all? You need to include the "windows.h" header file and use winmain instead of main. There is a long list of other stuff you need. If this is what you need you can email me and I can include more.


No comments:

Post a Comment