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
|