.NET

Discussion about everything. New games, 3d math, development tips...
Post Reply
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

.NET

Post by VeneX »

How big is the step to go from C++ to C++ .NET? I heared the language has changed much. I just bought a book about progamming in C++, could it be I should learn C++ .NET from the beginning or are it just some (or many) adds to the language?

What is better and easier to use, I don't know what to chose anymore, C++ or C#?

C# seems to fall off, the DirectX9 SDK doesn't have a C# docu, only a C++ one.
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

C++ .NET was a horrible name choice.

It should have been called MS VC++ 7.0. There is no coding differences from 6.0 to .NET because it is still C++.

C# is a beast of it's own.
VB.Net (VB 7.0) is just VB6.0 with some new functions
Crud, how do I do this again?
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

What is bad about C#?

And what does the StdAfx files mean? It seems to be included at VC++.NET projects and it seems to be needless too :roll:
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

saigumi wrote:It should have been called MS VC++ 7.0.
All the stuff about C++.NET is stored in a "Vc7" map in the dir of Visual Studio :wink:
Post Reply