由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - template?
相关主题
from C++ to C#Managed Code vs. Unmanaged Code
C# to C/C++c#有没有第三方地免费解释器?
Need Help: a very wierd Managed C++ interop problempayan, talk a little bit about rainbow
觉得C#的valuetype和boxing真的是没有必要review a c# book today and find i am obosolete
《C# 5.0 核心技术》第5版[PDF] (转载) Generics
大家给推荐下.net/C#比较经典的书有谁来谈谈yukon么?
C# on JVM?.NET前景的障碍
.NET 入门系列(1)--什么是.NET用DLL会快些吗?
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
用DLL会快些吗?《C# 5.0 核心技术》第5版[PDF] (转载)
ASP.Net比ASP倒底好多少?大家给推荐下.net/C#比较经典的书
memory leakC# on JVM?
Tried Visual Studio 2005 Beta.NET 入门系列(1)--什么是.NET
from C++ to C#Managed Code vs. Unmanaged Code
C# to C/C++c#有没有第三方地免费解释器?
Need Help: a very wierd Managed C++ interop problempayan, talk a little bit about rainbow
觉得C#的valuetype和boxing真的是没有必要review a c# book today and find i am obosolete
相关话题的讨论汇总
话题: template话题: stl话题: c++话题: net话题: generics