Wednesday October 27, 2004 | Virtuality It's like reality, but not as substantial |
|
When my life was less cluttered and I seemed to have more time to myself, I used to go cycling regularly with a group of friends in West Yorkshire. One of the group, Matthew, was a PhD student at the time and the brother-in-law of a very good friend of mine. Over time, Matthew became a friend and we used to enjoy cycling together across the hills and roads of Yorkshire. Since that time Mathew has made several bad life choices. On finishing his PhD he pursued a career in Software Engineering, actually choosing to spend his time writing C++! He then compounded all this wrong thinking by leaving Yorkshire and emigrating to Australia, the homeland of his beautiful wife. Now he has written a book about C++. What can I say? Such promise gone so badly wrong. ;-) If you are unfortunate enough to have to work with C++ source for any reason, then I can only recommend that you go out and buy this book (I will declare my interest at this point and say that I did review the book.). I can't say that I agree with every sentiment in the book, but it's well written and you are sure to learn lots about C++ along the way. I wonder whether Matthew has scored an own goal on behalf of the C++ community though. Although his book is brilliant and certainly does show many techniques which can be applied to make C++ more usable; most readers are likely to be deterred from consideration of the language due to the complexity of the techniques required. (2004-10-27 00:43:50.0) Permalink Comments [4] Post a Comment: Comments are closed for this entry. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posted by Anonymous on October 27, 2004 at 08:27 PM BST #
Posted by PatrickG on October 27, 2004 at 08:56 PM BST #
- System Programming - C
- Internet Programming - Java
- Scripting - Python/Ksh/Ruby (whatever...)
<p/> Then there are more specific languages for more specific problem domains: lisp for customising emacs ;-) and prolog for expert systems, etc... <p/> I don't want to get into a war of languages (I've made that mistake before), so don't expect there to be a reply to any flames. I just felt Anonymous deserved a reply. BTW, you should get the book if you do use C++. <p/>Posted by Gary on October 28, 2004 at 09:37 AM BST #
(Hopefully) one thing this book achieves is to show C++ practitioners how it might be made to stink less. One great thing about C++ is that it contains facilities for self-healing - mainly templates, of course - which is hard to say about other languages and their equally (if not more so) horrible flaws.
The book's focus is entirely about identifying imperfections in C++, and in fixing them, which is how it distinguishes itself from other books (on C++ and others) which merely lament one's lot and impotently advise avoidance.
Posted by Interested Party ... ;) on October 28, 2004 at 10:53 AM BST #