Rafael Herzog Ramos 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
>> 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.

I can't find the C++ Builder product on their website.  Looks like they 
have (finally) gotten out of the compiler/programming language business 
and are focusing their efforts entirely on "team management" software 
and training.  Their catchphrase has even changed to "The Open ALM 
Company".  So, all the old Borland programming language product line is 
clearly no longer being supported.  Farewell dear Borland.

I strongly recommend looking elsewhere for a C++ compiler.  I used to be 
a Borland fan, my personal recommendation for beginners is Visual C++ 
2008 as it has the best debugger in the world.  Dev-C++ is okay too but 
the debugger is lacking.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to