I haven't heard about c++ builder, but I find vs a lot easier to use IMO, over say dev-c++. Try them all out, and you'll make your own list of pros and cons based on your preferences.
Thanks, Tyler Littlefield Web: tysdomain.com email: [email protected] My programs don't have bugs, they're called randomly added features. ----- Original Message ----- From: Rafael Herzog Ramos To: [email protected] Sent: Thursday, March 12, 2009 6:23 AM Subject: Re: [c-prog] C/C++ Compiler >> Is it possible to write a C++ Win32 application (not .NET) with Visual >> Studio 2008? How? > > Yes. They are written the same way as Win32 applications have always > been written with MS compilers. There are even app wizards for > Are you planning on using the native Win32 API or a C++ toolkit? I'd rather use Win32 API, though would be good for business to have a multiplatform application. I've never used a C++ toolkit before, I'll look into it. >> In your opinion, what's the best IDE to write C++ Win32 applications? > > I haven't done much in the way of writing native Win32 apps in a long > while, (I prefer to use cross-platform toolkits like fltk or > wxWidgets), but Visual C++ seems to do the job just fine. Dev-C++ is > another option, you'll just have to try them both and see what fits > your style. What about C++Builder? I’m only concerned about its continuity. > -- Brett > ---------------------------------------------------------- > "In the rhythm of music a secret is hidden; > If I were to divulge it, it would overturn the world." > -- Jelaleddin Rumi Thanks, Herzog. [Non-text portions of this message have been removed]
