On Wed, Mar 11, 2009 at 3:17 PM, Rafael Herzog Ramos
<[email protected]> wrote:

> 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
creating Win32 applications. Are you planning on using the native
Win32 API or a C++ toolkit?

> 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.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to