This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 请问C++.NET是什么概念,和c++,.net 是什么关系?
-werd(werd);
2006-11-18
(#3327246@0)
-
一个是字母大写,一个是字母小写。
-bbc007(这个地方够冷的);
2006-11-18
(#3327916@0)
-
这个可真难,看了好几天也没敢回答,LX是觉悟者吧!
-tommy97(随心所欲);
2006-11-19
(#3328280@0)
-
Visual C++ .NET enables developers to create powerful applications using the C++ language.With traditional unmanaged C++, developers can continue to create powerful C++ applications for Windows. With the new Managed Extensions for C++, developers can .NET-enable their existing applications or create new .NET-enabled applictions using the C++ language.
-xfile(xfile);
2006-11-19
{263}
(#3328292@0)
-
The "Managed Extensions for C++" you mentioned is out of date, has been replaced by C++/Cli. Those ugly "__" has all gone.
-holx(Dicom);
2006-11-21
(#3332777@0)
-
c++。net是。net的一种实现方法,是由c++发展而来。不过好像没有c++。net这种东西,更确切的说,应该是c#才对
-akoei(停车**枫林晚);
2006-11-20
(#3330422@0)
-
Are you sure?
-canadiantire(轮胎-pax et lux);
2006-11-20
(#3330429@0)
-
no,just guess
-akoei(停车**枫林晚);
2006-11-20
(#3330474@0)
-
/clr
-keepbugging(独行的猫);
2006-11-20
(#3330658@0)
-
I've been using C++.NET for a while, in fact, we should call it C++/Cli, next generation of C++, Microsoft has submit it to ISOAnd according to Microsoft, it (C++/Cli) will son become ISO standard, just like C++ itself.
-holx(Dicom);
2006-11-21
{92}
(#3332742@0)
-
That's a M$ extensions of C++, not "next generation" of C++.
-keepbugging(独行的猫);
2006-11-21
(#3332945@0)
-
Please do a little research before posting, check this out, http://en.wikipedia.org/wiki/C++/CLI
-holx(Dicom);
2006-11-22
(#3334233@0)
-
CLI is just a bridge between C++ and .NET, and works only on Windows. Can you imagine such a thing could be the next generation of C++? There are huge numbers of C++ programmers working in environments other than Windows.
-dpff(dpff);
2006-11-22
(#3334574@0)
-
Very unfortunately, the thing beyond your imagination is becoming the truth.
-holx(Dicom);
2006-11-22
{636}
(#3335050@0)
-
It doesn't matter whether it is standard or not if it relies on .NET running only on Windows. Nobody outside Windows will use it. Even in Windows, ATL/WTL is a better a choice for desktop applications and C# is a better choice for web applications.
-dpff(dpff);
2006-11-22
(#3335378@0)
-
If talking about ISO++ standard, I don't know whether C++ compilers other than VC will support it, and VC was the worst C++ compiler on ISO C++ standard support.
-dpff(dpff);
2006-11-22
(#3335384@0)
-
That's true, ;-), VC6.
-holx(Dicom);
2006-11-25
(#3341304@0)
-
How many times should I tell you that that's a M$ extensions of C++? It's still not the "next generation" of "C++" even it becomes an ISO standard.
-keepbugging(独行的猫);
2006-11-22
(#3335425@0)
-
Hmm, you are right, C++ is a language extension of C, it's not next generation of C.
-holx(Dicom);
2006-11-25
(#3341301@0)
-
Yes. No
-sfsun(老虎哥哥);
2006-11-21
(#3332765@0)
-
Is C# called c sharp?
-ding_ding(丁_丁);
2006-11-21
(#3333261@0)
-
"C++.NET" = "C++" + ".NET"
-digitworm(digitworm);
2006-11-21
(#3333054@0)
-
编译成.NET中间语言的C++语言...
-poohbear(毛毛熊);
2006-11-21
(#3333354@0)
-
c++.net是C++.NET的弟弟。
-iunknown(Internet);
2006-11-22
(#3335433@0)