Quote:
|
Originally Posted by digioz
I am trying to convince myself that Win32 applications written in good old fashion Visual C++ are still worth investing the time in to develop, and so far I have had no luck coming up with any reasons. Can anyone here think of a few good reasons to continue developing Win32 API applications?
|
It depends on what you're talking about. Of course, if you're going for R.A.D then .NET is by FAR easy and better to use. There's no need to bust out 500 lines of code for something that could be done in 200 with .NET. If you need efficency, flexibility and power, then yes, C++ is the way to go. Applications like Adobe photoshop and other abobe products are written in C++ specifically for speed, power, and flexibility RAD languages like VB.NET doesn't have.