Tell me the reason that why c++ programmers should move from 2003 to 2005? As a matter of fact, there are still few people use VS 2005 or write C++/CLI code...So, I prefer VS 2003 or VS6...that's my choice.
kevinlee wrote: Tell me the reason that why c++ programmers should move from 2003 to 2005? As a matter of fact, there are still few people use VS 2005 or write C++/CLI code...So, I prefer VS 2003 or VS6...that's my choice.
kevinlee wrote:Tell me the reason that why c++ programmers should move from 2003 to 2005? As a matter of fact, there are still few people use VS 2005 or write C++/CLI code...So, I prefer VS 2003 or VS6...that's my choice.
Well... I don't mean that I hate VS2005. I know there are really a lot of improvements and exciting features...but anyway, i think for pure c++ programmers, that's really a difficult choice, to be pure c++ or CLI, I even don't know whether it's worthy to learn C++/CLI, how long will it last for? Just like managed c++?? Who knows.
AdityaG wrote:kevinlee wrote:Tell me the reason that why c++ programmers should move from 2003 to 2005? As a matter of fact, there are still few people use VS 2005 or write C++/CLI code...So, I prefer VS 2003 or VS6...that's my choice.Just because .NET 2.0 was hyped doesn't mean VS is all managed now. VC++ is still good for unmanaged C++. I am the coder on a halflife2 mod and the mod is of course unmanaged. We used to use VS2003 ... and VS2005 is soooooo much nicer. Lot's faster, better intellisense, doesn't take forever to start up, etc.
VC++ 2005 is the latest and greatest incarnation of VC++... It does not require C++ developers to write CLI-based code, however it makes it a hell of of lot more logical and easy to do should your aplication require interoperation with managed libraries, which will most likely increase with future iterations of Windows...
Managed code is not a fad, it's the future, but umanaged code will not go away and will continue to play an important role in application development for the forseeable future...It's all about using the right tools to get your job done. Sometimes you may need both managed and unmanaged in your application. VC++ 2005 makes it easy to do so. It does not in any way require that you do so. I hope this is clear.
C
Charles wrote:VC++ 2005 is the latest and greatest incarnation of VC++... It does not require C++ developers to write CLI-based code, however it makes it a hell of of lot more logical and easy to do should your aplication require interoperation with managed libraries, which will most likely increase with future iterations of Windows... Managed code is not a fad, it's the future, but umanaged code will not go away and will continue to play an important role in application development for the forseeable future...It's all about using the right tools to get your job done. Sometimes you may need both managed and unmanaged in your application. VC++ 2005 makes it easy to do so. It does not in any way require that you do so. I hope this is clear.