[quote]Email me var emailAddress = new StringBuilder("john.sonmez"); emailAddress.Append("@gmail.com"); emailAddress.ToString();[/quote]
Stopped reading right there.
>>15
That doesn't make any sense since c++ is a super set of c, and every feature provided in c++ can be expressed in c, in a variety of ways. c++ can only implement its features in only so many ways, and it must do it in a way that can also be done in c.
>>18
That doesn't make any sense since both c++ and c have barely changed at all since the 90s. You see, programming languages are not like hardware, where people invent new methods to get better performing equipement subject to the restrictions of physics. Programming languages are subject to the restriction of human thought. This is why they cannot progress. It's because of people like you. I hope you are happy.
The big objections to C++ are poor tools, the runtime requirements, and too complex language features. The first (and partly the second) stem from the mid-90s and have been largely solved by now. The second and third are usually handled by allowing only a subset of the language, but especially with the third you always get some self-titled expert timewaster who insist on using every feature even though they don't understand it themselves.
Name:
Anonymous2012-12-03 8:14
>>22
And all this nonsense is solved by simply not using C++!
Name:
Anonymous2012-12-03 8:16
>>22
Also, the Windows NT kernel is written in a shitty MICROSOFT QUALITY dialect of C, not C++.
>>22 (poor tools, partly the runtime requirements) have been largely solved by now using only a subset of the language RUBY AS FUCK tools, imprecise analyzers, undefined ABI
lel
Name:
Anonymous2012-12-03 22:44
C++ is definitely the best language for large, important software. Chances are you'll run into performance or ``scalability'' problems with shitlanguages like ``.NET Enterprise Beans''. 90% of programming, however, is not large and not important, so go ahead and use whatever you want.
>>30
My browser is written in C, my OS is written in C, and the games I have installed are written in C, Java, Python, Scheme, assembly, and Inform.
Where is your Sepples now?