|
-
Sep 2nd, 2007, 09:19 AM
#1
Thread Starter
Hyperactive Member
Visual C++ 4.0 and 6.0
Alright, I was looking through some of my old msdn stuff and saw that I had VC++ 4.0 and I also have VC++ 6.0 Enterprise edition, I am not sure which to install, I have 23 gb on this comp and not many programs except for vb6 and some smaller ones, so should I install 6.0?
PS. Sorry if this is in the wrong forum, but I think it is...
Haikus are easy.
But sometimes they don't make sense.
Refrigerator.
-
Sep 2nd, 2007, 10:24 AM
#2
Thread Starter
Hyperactive Member
Re: Visual C++ 4.0 and 6.0
NVM. I installed 6.0 now I need to get started...
Haikus are easy.
But sometimes they don't make sense.
Refrigerator.
-
Sep 2nd, 2007, 03:02 PM
#3
Re: Visual C++ 4.0 and 6.0
I would suggest you download VC++ 2005 Express Edition instead. It is a much newer version, and it is free.
-
Sep 3rd, 2007, 01:54 AM
#4
Re: Visual C++ 4.0 and 6.0
Requires .NET though the only language i like that requires .NET is C#, i would suggest sticking with C++ 6.0 and maybe using a different IDE i personally am disgusted at what Microsoft have done to probably the best language ever.
-
Sep 3rd, 2007, 02:22 AM
#5
Re: Visual C++ 4.0 and 6.0
While the Visual Studio IDE requires .NET to be installed on your computer, the programs you make with it do not need it. Microsoft just calls it ".NET" because their marketing department likes to confuse people.
-
Sep 3rd, 2007, 02:42 AM
#6
Re: Visual C++ 4.0 and 6.0
It is a little different still. Execution is a little slower because the code is still converted to MSIL and then the runtime converts it to machine code. So it still has some of use of the .NET framework. Managed C++ is used over other managed languages but old school C++ will always own.
-
Sep 3rd, 2007, 07:35 AM
#7
Re: Visual C++ 4.0 and 6.0
I will repeat:
VC++ 200* does not require that you use .NET code. The compiler supports both managed C++ (which compiles to MSIL) and plain old C++ (which compiles to native executables).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|