View Single Post
Old 11-03-2007, 09:16 AM   #8 (permalink)
sakumar79
Human Spambot
 
Join Date: Nov 2004
Location: Madurai
Posts: 2,347
Default Re: How to build GUI apps?

VC++ is a good choice for programming GUI Apps in C++ - however, there are two "blackmarks" against it - It is costly and it works only in Windows... The first can be overcome by downloading Visual C++ Express Edition - a stripped down version that is available for free download on the Microsoft website... So, as long as you are not particular about cross-platform compatibility, VC++ is a viable solution...

Arun
sakumar79 is offline