Re: C# vs. C++
Alvin Bruney [ASP.NET MVP] wrote:
It shifts tasks from the run-time to the compile-time. IMO
the biggest advantage of this is that you catch more errors
at compile-time. OTOH, this allows C++ to rival FORTRAN's
speed for some applications, which for some people is far
more important.
I wouldn't call these obscure features.
Schobi
Alvin Bruney [ASP.NET MVP] wrote:
[...]
>
And what is that good for? [...]
>The single most glaringly obvious example of what I mean is that you
>can't do template metaprogramming in C#, but there are others.
>can't do template metaprogramming in C#, but there are others.
And what is that good for? [...]
the biggest advantage of this is that you catch more errors
at compile-time. OTOH, this allows C++ to rival FORTRAN's
speed for some applications, which for some people is far
more important.
I wouldn't call these obscure features.
Schobi
Comment