Posted: Fri Mar 16, 2007 9:42 pm Post subject: RE:Arrays
wtd you're a semantic Nazi!
I now invoke Godwin's law and call an end to this thread.
Sponsor Sponsor
abcdefghijklmnopqrstuvwxy
Posted: Tue Mar 20, 2007 1:44 am Post subject: RE:Arrays
What is the difference between a good working library that implements an array type and it being built into the language aside from accessibility? It seems to me that C++ supports pointers to contiguous blocks of memory which we call arrays, and that C# implements an "array type".
What is wrong with calling "pointers to contiguous blocks of memory" an array? Nothing.
What is wrong with saying C++ supports a native array type? It is false.