|
-
Mar 7th, 2002, 09:18 PM
#1
Thread Starter
Junior Member
-
Mar 7th, 2002, 09:19 PM
#2
PowerPoster
New version of C++ and a part of Visual Studio .NET by all accounts
-
Mar 7th, 2002, 09:20 PM
#3
Member
More like MS's version of Java *ick*
-
Mar 7th, 2002, 10:12 PM
#4
Frenzied Member
Simplified C++, it's a Java competitor
It's a great transition between VB and C++
I'm bringing geeky back...
-
Mar 7th, 2002, 10:24 PM
#5
Fanatic Member
Easy as VB useful as C++?
-
Mar 7th, 2002, 10:45 PM
#6
Hyperactive Member
does C# still need runtimes or is it just VB.NET?
does C++.NET use runtimes? if it does .NET is pretty useless
-
Mar 8th, 2002, 04:01 AM
#7
Frenzied Member
All languages that target the .NET Framework requires the 21meg .net redistributables.
Its just like Java with the JVM, pretty soon it'll become standard in future releases of Windows.
Dont gain the world and lose your soul
-
Mar 8th, 2002, 05:55 AM
#8
Hyperactive Member
Originally posted by filburt1
More like MS's version of Java *ick*
A Java Program runs in a virtual sandbox.
A C# Program runs in any system that has a .NET Runtimes installed.
A Java Prog is compiled to byte codes.
C# programs are compiled to IL .
That's the major difference to boot with..
Further.. Anything that can be done with C# can also be done with the other .NET languages.
For the java platform, only language that can be used is JAVA.
The version of Java for the .NET is called J# and I think it's microsoft's partner that's developing it.
-
Mar 8th, 2002, 11:09 AM
#9
Hyperactive Member
C# was definitely targeted to knock out Java.
All the "differences", like byte code vs. IL, were made to avoid a lawsuit from Sun. In fact, the company line on C# would probably be that C# is not at all similar to Java (ha ha ha).
Of course the syntax is slightly different. MS has embraced and replaced Java like they do most other good idea.
Regardless, I think C# is pretty dang cool.
This technology is far from being "useless". If you plan on programming in Windows in the future, you will have to use it. All the Windows API in the future will be released as .NET assemblies, not as C++ libraries. If you want to stick with C++, you can program for Linux; I think they have something like a .5% install base!!!
-scott
he he he
-
Mar 8th, 2002, 12:39 PM
#10
Black Cat
Actually, C++ will be around for a long time as there's lots of embedded or non-PC development with it, and Win32 system's programming (drivers) will still need it.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 8th, 2002, 06:05 PM
#11
Hyperactive Member
-
Mar 8th, 2002, 06:52 PM
#12
made_of_asp you sound to me like a very narrow-minded person (no offense).
Microsoft is making sure that .NET becomes the standard platform, so talking about .NET dying is the same as talking about Miscrosoft dying.
-
Mar 8th, 2002, 07:39 PM
#13
Lively Member
thinktank2
" Anything that can be done with C# can also be done with the other .NET languages"
That's not entirelly true. All .NET languages should be CLS complient, that doesn't mean they have the exact same capabilities.
"The version of Java for the .NET is called J# and I think it's microsoft's partner that's developing it."
J# is developed by a Microsoft product team.
All
C# will be the language of the future in the managed world but there is still an unmanaged world out there and there always will be. The world of Asm, C, C++ but that's targetting a whole different thing. You're not going to write a device driver in C# as you're not going to write a e-commerce system in asm.
So you guys are comparing two totally different things here !
Last edited by gijsj; Mar 8th, 2002 at 08:45 PM.
-
Mar 8th, 2002, 08:46 PM
#14
Hyperactive Member
-
Mar 8th, 2002, 09:44 PM
#15
Fanatic Member
windows was mostly written in c++
im playing around with c# now, i like it so far
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Mar 9th, 2002, 07:11 AM
#16
Hyperactive Member
Originally posted by gijsj
"The version of Java for the .NET is called J# and I think it's microsoft's partner that's developing it."
J# is developed by a Microsoft product team.
Sorry, I was confused with the .NET implementation in JAVA.
http://www.halcyonsoft.com/news/javadotnet.asp
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
|