Why do C++ folks make things so complicated?
johndcook.com
Why do C++ folks make things so complicated?
1–10 of 34 posts
Re: Why do C++ folks make things so complicated?
#2Re: Why do C++ folks make things so complicated?
#3C# comes to mind when he is talking about top/bottom C++. They got this right, plus added some neat high-level features.
C# is nice, but I wouldn't want to write a kernel in it.
Re: Why do C++ folks make things so complicated?
#4C# comes to mind when he is talking about top/bottom C++. They got this right, plus added some neat high-level features.
C# takes things several steps further down the road.
Re: Why do C++ folks make things so complicated?
#5C# comes to mind when he is talking about top/bottom C++. They got this right, plus added some neat high-level features.
Not so sure about that... Consider the Template Numerical Toolkit: extending it would be Bottom while using it would be Top (reference counting, overloaded for for both row-major or column-major array access, etc.). C# takes things several steps further down the road. http://math.nist.gov/tnt/
Re: Why do C++ folks make things so complicated?
#6Re: Why do C++ folks make things so complicated?
#7Earlier quoted context omitted.
Not so sure about that... Consider the Template Numerical Toolkit: extending it would be Bottom while using it would be Top (reference counting, overloaded for for both row-major or column-major array access, etc.). C# takes things several steps further down the road. http://math.nist.gov/tnt/
By the way, why do C++ people seem to think that reference counting is a good idea?
Re: Why do C++ folks make things so complicated?
#8Earlier quoted context omitted.
Not so sure about that... Consider the Template Numerical Toolkit: extending it would be Bottom while using it would be Top (reference counting, overloaded for for both row-major or column-major array access, etc.). C# takes things several steps further down the road. http://math.nist.gov/tnt/
By the way, why do C++ people seem to think that reference counting is a good idea?
Re: Why do C++ folks make things so complicated?
#9Earlier quoted context omitted.
By the way, why do C++ people seem to think that reference counting is a good idea?
Because in some situations you can't tolerate GC pauses.
Re: Why do C++ folks make things so complicated?
#10Earlier quoted context omitted.
Not so sure about that... Consider the Template Numerical Toolkit: extending it would be Bottom while using it would be Top (reference counting, overloaded for for both row-major or column-major array access, etc.). C# takes things several steps further down the road. http://math.nist.gov/tnt/
By the way, why do C++ people seem to think that reference counting is a good idea?