Thursday, July 30, 2009

Drawing forms in C++?

How would you go about drawing a plain form in C++ without a Visual C++ Compiler? I realize it would be difficult to place everything correctly without seeing it visually, so, what is your opinion and how would you go about doing this?

Drawing forms in C++?
I think you answered your own question: Use an IDE, because otherwise, this is a major pain in the rear.
Reply:Borland gives away a C++ IDE for free. There's also Visual C++ Express from Microsoft, free for download from their Web site. Report It

Reply:I recommend you take a look at the QT library by Trolltech. I think you will be presently surprised how easy it is to do what you want.
Reply:visit my friend's site: http://www.dougv.com/blog/


No comments:

Post a Comment