English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I write a lot of DLL’s and stand alone apps in visual C++ 6. I like it because the apps are compact. Also I can run them on any version of Windows without the need to install them. I can compile a fix, and send the .EXE file to someone to test it, without having to create a while new install, until I am ready for a new release.

If you are a former Visual C++ 6 user, what do you think of 8? Can you make native .EXE files, that don’t require the bulky .NET framework, like C#? Do the files have to be JITT’ed?

If you are a professional developer, do you stick with Visual C++ 6?

What do you think of C#? Do you use both C# and C++?

Thank you

2007-08-25 08:59:50 · 3 answers · asked by Marvin 7 in Computers & Internet Programming & Design

I was also inquring about C++ 8 witch is included with C# and so on with Visual Studio 2005.

2007-08-25 13:38:17 · update #1

3 answers

VC++ 6.00 With 6.0 is by far the best stable environment for development.

You need to consider another platform only if the solution cannot be implemented in the tool that you are familiar with.

2007-08-30 00:56:50 · answer #1 · answered by Anonymous · 0 0

I've been a developer for almost 20 years. I worked on the MSVC 6.0 compiler at Microsoft and I DO use both C++ (V6.0) and C# (V8.0). The thing to remember here is as developers, we use the right tool for the right job. Many people incorrectly become tool-centric and try to hammer nails with a screwdriver.

If you remember, C++ (V4.0) is still used to develop embedded systems and still many applications require MASM to implement software to fit the desired environment. What is to be considered for choosing the correct tool is to consider the application and its target environment.

Once we focus on this (the environment, the objective of the software to be implemented, etc.) the proper development tool will become evident.

2007-08-25 18:14:17 · answer #2 · answered by Found my brain but lost my mind 2 · 0 0

C++ 8 can use MFC or the .NET framework. I am pretty sure that code must be JIT'ed if you use .NET.

2007-08-29 13:12:55 · answer #3 · answered by Your Brother 4 · 1 0

fedest.com, questions and answers