Click to See Complete Forum and Search --> : About C++ in .net
tppradeep18
May 24th, 2001, 04:34 AM
Can somebody tell me what happened to C++ in .net. what is it called . Is C# is a replacement for C++ or both are existing as different product under .net.
alex_read
May 24th, 2001, 06:29 AM
I think ...
That C# is more like Java, based on C language for C developers to write code for the net in a java style. As I understand it, you can still write C++ (although as with VB the way you write it 'll be different).
JoshT
May 24th, 2001, 06:35 AM
I thought C++ in VS.Net was the same standard C++ or Win32 API C++ you could do all along?
tppradeep18
May 24th, 2001, 07:27 AM
what is the new name for VC++ in .net. VC++ .net or ????
alex_read
May 24th, 2001, 08:30 AM
It's still VC++ (shows when you try to create a new app - Visual Basic Project, VC++ Project etc).
Josh, I meant it is the sameas the standard VC++, though you have to take into conisderation that there are extra bits you gotta learn - like with VB.Net I can't just type Msgbox "Hello World"
tumblingdown
May 27th, 2001, 03:15 AM
The new VC++ is called "Managed C++".
td.
sail3005
May 28th, 2001, 04:10 PM
Managed c++? Oh man, why are their names getting more and more retarded?:D
parksie
May 29th, 2001, 02:11 PM
Nope. It's because you get garbage-collection features :) However, the advantage is that you only get them if you ASK for them :) If you don't use any #using directives and you avoid Managed classes, the programs seem to run okay on other systems (not sure though).
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.