boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - template?
相关主题
from C++ to C#
C# to C/C++
Need Help: a very wierd Managed C++ interop problem
觉得C#的valuetype和boxing真的是没有必要
《C# 5.0 核心技术》第5版[PDF] (转载)
大家给推荐下.net/C#比较经典的书
C# on JVM?
.NET 入门系列(1)--什么是.NET
Managed Code vs. Unmanaged Code
c#有没有第三方地免费解释器?
相关话题的讨论汇总
话题: template话题: stl话题: c++话题: net话题: generics
进入DotNet版参与讨论
1 (共1页)
k***e
发帖数: 7933
1
C# seems doesn't support template like STL in C++
now. (heard late version will have generic?)
Is there any way to mimic template like STL in c++?
j**o
发帖数: 4
2
Better wait for .Net 2.0 generics. Any hack you come up with will be useless
in a few months.
Generics is a CLR type, so it can be used across .Net languages. But it
doesn't have certain features that template has (yet), such as specialization.

【在 k***e 的大作中提到】
: C# seems doesn't support template like STL in C++
: now. (heard late version will have generic?)
: Is there any way to mimic template like STL in c++?

1 (共1页)
进入DotNet版参与讨论
相关主题
c#有没有第三方地免费解释器?
payan, talk a little bit about rainbow
review a c# book today and find i am obosolete
Generics
有谁来谈谈yukon么?
.NET前景的障碍
用DLL会快些吗?
ASP.Net比ASP倒底好多少?
memory leak
Tried Visual Studio 2005 Beta
相关话题的讨论汇总
话题: template话题: stl话题: c++话题: net话题: generics