Forgot your password?
typodupeerror

Comment Re:Use this link to read article on one page (Score 1) 371

I read up to when you demonstrate you know not what you're talking about.

The fundamental problem with C was the "array=pointer" concept
You can't do pointer arithmetics on arrays, C or C++. Please shut up.

If array sizes were carried along with arrays, we'd have far less trouble. Even FORTRAN has conformant array parameters. That should have been fixed in C++
Ever heard of STL containers? Vector? List? Tried reading TFA? They're mentioned there. Please shut up. You don't know C++, the STL, and are commenting on things you don't understand. While up to know I've read many sensible critics on the language in this thread, unfortunately, the majority of C++ detractors just don't understand the language and are frustrated by the fact, it seems. I'm not saying that C++ is the ultimate tool. But it is a very good and powerful one, as are C#, Java, and many others, for that matter, with their strengths and weaknesses. It just seems it is the one that is the least understood.

Slashdot Top Deals

The last thing one knows in constructing a work is what to put first. -- Blaise Pascal

Working...