y*w
5 楼
正确叫法是C++/CLI
最主要的是微软搞了个类似JAVA的虚拟机,把VB,C++和C#什么都可以interface上
基本上和ANSI已经没啥关系了,如果真的想搞.net的开发,貌似c#比c++王道
最主要的是微软搞了个类似JAVA的虚拟机,把VB,C++和C#什么都可以interface上
基本上和ANSI已经没啥关系了,如果真的想搞.net的开发,貌似c#比c++王道
G*g
7 楼
C++/CLI想法不错, 但是不是很成功。 重要的原因还是它不如C#灵活好用。在下一版
本中C++/CLI基本上没什么发展了,VC++还是要回到native C++/MFC的老路子上
本中C++/CLI基本上没什么发展了,VC++还是要回到native C++/MFC的老路子上
n*a
10 楼
C++/CLI 的一个好处就是,你可以在native code 里面调用WinForm或者其他 .NET
features.也就是说C++/CLI 可以用来wrap C# 代码,给native C++ code 调用。这是
通过P/Inovke 实现的。
Stanley Lippman, 就是Inside C++ Object Model 的作者,是C++/CLI的首席
architect.
在2005 年的12 月, C++/CLI 被欧洲计算机制造商协会ECMA TC39/TC5 批准为ECMA-
372. 之后,微软一直试图将C++/CLI 推为 ISO 标准。可惜的是,在成为ECMA 标准后,C++/
CLI 没有通过 ISO/IEC JTC1/SC22 fast track processing. 也就是说,在可见的将来
,C++/CLI似乎不太可能成为ISO 标准。
我个人还是蛮喜欢C++/CLI的。应该说,C++/CLI是.NET 平台上最强大的语言(当然是在实现CLS之外,CLS 即Common Language Specification, 也就是所有.NET 语言
features.也就是说C++/CLI 可以用来wrap C# 代码,给native C++ code 调用。这是
通过P/Inovke 实现的。
Stanley Lippman, 就是Inside C++ Object Model 的作者,是C++/CLI的首席
architect.
在2005 年的12 月, C++/CLI 被欧洲计算机制造商协会ECMA TC39/TC5 批准为ECMA-
372. 之后,微软一直试图将C++/CLI 推为 ISO 标准。可惜的是,在成为ECMA 标准后,C++/
CLI 没有通过 ISO/IEC JTC1/SC22 fast track processing. 也就是说,在可见的将来
,C++/CLI似乎不太可能成为ISO 标准。
我个人还是蛮喜欢C++/CLI的。应该说,C++/CLI是.NET 平台上最强大的语言(当然是在实现CLS之外,CLS 即Common Language Specification, 也就是所有.NET 语言
T*i
12 楼
CLI是windows自己搞的东西怎么标准?
后,C++/
是在实现CLS之外,CLS 即Common Language Specification, 也就是所有.NET 语言必
循的最小语言规范。)
【在 n**a 的大作中提到】
: C++/CLI 的一个好处就是,你可以在native code 里面调用WinForm或者其他 .NET
: features.也就是说C++/CLI 可以用来wrap C# 代码,给native C++ code 调用。这是
: 通过P/Inovke 实现的。
: Stanley Lippman, 就是Inside C++ Object Model 的作者,是C++/CLI的首席
: architect.
: 在2005 年的12 月, C++/CLI 被欧洲计算机制造商协会ECMA TC39/TC5 批准为ECMA-
: 372. 之后,微软一直试图将C++/CLI 推为 ISO 标准。可惜的是,在成为ECMA 标准后,C++/
: CLI 没有通过 ISO/IEC JTC1/SC22 fast track processing. 也就是说,在可见的将来
: ,C++/CLI似乎不太可能成为ISO 标准。
: 我个人还是蛮喜欢C++/CLI的。应该说,C++/CLI是.NET 平台上最强大的语言(当然是在实现CLS之外,CLS 即Common Language Specification, 也就是所有.NET 语言
后,C++/
是在实现CLS之外,CLS 即Common Language Specification, 也就是所有.NET 语言必
循的最小语言规范。)
【在 n**a 的大作中提到】
: C++/CLI 的一个好处就是,你可以在native code 里面调用WinForm或者其他 .NET
: features.也就是说C++/CLI 可以用来wrap C# 代码,给native C++ code 调用。这是
: 通过P/Inovke 实现的。
: Stanley Lippman, 就是Inside C++ Object Model 的作者,是C++/CLI的首席
: architect.
: 在2005 年的12 月, C++/CLI 被欧洲计算机制造商协会ECMA TC39/TC5 批准为ECMA-
: 372. 之后,微软一直试图将C++/CLI 推为 ISO 标准。可惜的是,在成为ECMA 标准后,C++/
: CLI 没有通过 ISO/IEC JTC1/SC22 fast track processing. 也就是说,在可见的将来
: ,C++/CLI似乎不太可能成为ISO 标准。
: 我个人还是蛮喜欢C++/CLI的。应该说,C++/CLI是.NET 平台上最强大的语言(当然是在实现CLS之外,CLS 即Common Language Specification, 也就是所有.NET 语言
n*a
15 楼
but don't forget about Mono project ......
anyway.... perhaps the idea behind C++/CLI is not bad. But with all the .NET
flavors, C++/CLI is very different from classical C++, and those big guys
in ISO C++ committee don't like C++/CLI and don't even think it is C++ at
all.
I am not sure if C++/CLI will be gradually accepted by the C++ community.
But Microsoft definitely doesn't want to lose C++ on .NET platform, while the
original C++ isn't quite compitable with .NET CLS specification. That is
wh
【在 T*******i 的大作中提到】
: 绑在自己系统上的东西,标准化了还不是自娱自乐
anyway.... perhaps the idea behind C++/CLI is not bad. But with all the .NET
flavors, C++/CLI is very different from classical C++, and those big guys
in ISO C++ committee don't like C++/CLI and don't even think it is C++ at
all.
I am not sure if C++/CLI will be gradually accepted by the C++ community.
But Microsoft definitely doesn't want to lose C++ on .NET platform, while the
original C++ isn't quite compitable with .NET CLS specification. That is
wh
【在 T*******i 的大作中提到】
: 绑在自己系统上的东西,标准化了还不是自娱自乐
T*i
16 楼
Mono还是算了吧,patent问题一大堆
这也正是我说搞这个标准化没啥意义的原因。
M$搞一堆patents在标准里面,别人怎么再开发和移植?
NET
the
【在 n**a 的大作中提到】
: but don't forget about Mono project ......
: anyway.... perhaps the idea behind C++/CLI is not bad. But with all the .NET
: flavors, C++/CLI is very different from classical C++, and those big guys
: in ISO C++ committee don't like C++/CLI and don't even think it is C++ at
: all.
: I am not sure if C++/CLI will be gradually accepted by the C++ community.
: But Microsoft definitely doesn't want to lose C++ on .NET platform, while the
: original C++ isn't quite compitable with .NET CLS specification. That is
: wh
这也正是我说搞这个标准化没啥意义的原因。
M$搞一堆patents在标准里面,别人怎么再开发和移植?
NET
the
【在 n**a 的大作中提到】
: but don't forget about Mono project ......
: anyway.... perhaps the idea behind C++/CLI is not bad. But with all the .NET
: flavors, C++/CLI is very different from classical C++, and those big guys
: in ISO C++ committee don't like C++/CLI and don't even think it is C++ at
: all.
: I am not sure if C++/CLI will be gradually accepted by the C++ community.
: But Microsoft definitely doesn't want to lose C++ on .NET platform, while the
: original C++ isn't quite compitable with .NET CLS specification. That is
: wh
d*q
17 楼
Mono那个和MS的不是完全一样
再说patent是CLR部分的
Mono在linux下和java比较 目前优势还不很大
主要写桌面工具的多
再说patent是CLR部分的
Mono在linux下和java比较 目前优势还不很大
主要写桌面工具的多
G*g
18 楼
BCG 其实还不错啊,比较适合收购,license价钱也便宜
NET
the
【在 n**a 的大作中提到】
: but don't forget about Mono project ......
: anyway.... perhaps the idea behind C++/CLI is not bad. But with all the .NET
: flavors, C++/CLI is very different from classical C++, and those big guys
: in ISO C++ committee don't like C++/CLI and don't even think it is C++ at
: all.
: I am not sure if C++/CLI will be gradually accepted by the C++ community.
: But Microsoft definitely doesn't want to lose C++ on .NET platform, while the
: original C++ isn't quite compitable with .NET CLS specification. That is
: wh
NET
the
【在 n**a 的大作中提到】
: but don't forget about Mono project ......
: anyway.... perhaps the idea behind C++/CLI is not bad. But with all the .NET
: flavors, C++/CLI is very different from classical C++, and those big guys
: in ISO C++ committee don't like C++/CLI and don't even think it is C++ at
: all.
: I am not sure if C++/CLI will be gradually accepted by the C++ community.
: But Microsoft definitely doesn't want to lose C++ on .NET platform, while the
: original C++ isn't quite compitable with .NET CLS specification. That is
: wh
相关阅读
Re: 一个小c++(stl) 的问题matlab: find main workspace variable?c++ rand() 一问how to find the date of today in UNIX?Re: ft, why help with obvious HW questioUsage of Grep???help!!!请教个问题Help C++ Template function link error .为什么用try catch不住exception?[转载] Any InstallShield expert here?NYC midtown C# programmer问一个在C里面转换十六进制的问题Xerces-C++ in vs.net question有没有for VC的Math 库?同主题阅读工具教授的问题(C language)??? i m confusedhow to create interface "operator=="[转载] Google desktop中HTML文件的thumbnail是怎么搞的?Questions about orbix