Cheap Ivor Horton's Beginning C++ : The Complete Language ANSI/ISO Compliant (Wrox Beginning Series) (Book) (Ivor Horton) Price
CHEAP-PRICE.NET ’s Cheap Price
Here at Cheap-price.net we have Ivor Horton's Beginning C++ : The Complete Language ANSI/ISO Compliant (Wrox Beginning Series) at a terrific price. The real-time price may actually be cheaper — click “Buy Now” above to check the live price at Amazon.com.
Even working C++ programmers may not be familiar with all the advanced features of the Standard C++. The approach throughout Beginning C++ is to cover what C++ does out of the box. (One good reason to consider C++ instead of Java, for example, is that C++ is very close to becoming an international standard, while Java continues to fragment amid proprietary disputes between vendors such as Sun Microsystems and Microsoft.) Even early chapters introduce Standard Library features along with basic C++ data types, keywords, operators, and flow control statements. The built-in C++ string class gets full coverage, all before the book introduces the concepts of pointers. (It's significant that the new C++ can do a lot more than manipulate data through pointers. The author makes a strong case that these built-in strengths are what will let C++ compete against Java.)
Later chapters explore topics in class design, which lets you design custom effective classes in C++. Thorny issues in class design, such as inheritance, virtual methods, and the proper use of default and copy constructors, as well as the pitfalls and advantages of operator overloading, are all presented in remarkably clear detail.
Classes in the C++ Standard Template Library are given their due. In all, Beginning C++ provides a massive amount of material, but presents it in digestible increments. The authors do a fine job of presenting the basics before going on to more advanced topics. This can be used as a stand-alone text to getting the most out of the C++ language.
| AUTHOR: | Ivor Horton |
| CATEGORY: | Book |
| MANUFACTURER: | Wrox Press |
| ISBN: | 186100012X |
| TYPE: | C (Programming Language), C++ (Computer language), C++ (Computer program language), Computer Bks - Languages / Programming, Computer Books: Languages, Computers, Programming Languages - C, Programming Languages - C++ |
| MEDIA: | Paperback |
| # OF MEDIA: | 1 |
Related Products
Customer Reviews of Ivor Horton's Beginning C++ : The Complete Language ANSI/ISO Compliant (Wrox Beginning Series)
Superb!!! Ivor Horton does the incredible job of making learning C++ enjoyable. The book is very-well measured in terms of the pace with which is increases in complexity. The amount of detail is extraordinary, and yet the presentation is engaging and entertaining. Horton's got all the hallmarks of a world-class trainer. I fail to understand how anyone can give him less than five stars!
C++98 is different from C99
A previous reviewer is mistaken about which is the latest C++ standard. C99 is the latest C language standard. C++98 is the latest C++ standard. C and C++ are two different computer languages, although the C++ standards group is saddled with the obligation to make C++ compatible with C. The C++ standards group has said it will attempt to incorporate the C99 standard into the next version of the C++ standard, C++0x, even though some C99 standards are incompatible with C++98. C++0x is still several years away. (Perhaps compatibility made sense to Bell Lab's management 25 or so years ago. Today it makes no sense, and unduly complicates standards writing. It is time to abandon that requirement. Why isn't C required to be compatible with C++? And why then have two standards, and two compilers when both compilers (or one compiler) can compile both languages? As Mr. Spock would say, "It doesn't compute.")
<
>
<
>If Mr. Horton is following the C++98 standard he is as up-to-date as he can be.
BEWARE - OLD MATERIAL
It looks to me as though this edition is just a rewrite of Horton's previous edition. This book covers the ansi/iso std. of 1998, not the current standard. They seem to have put a new cover on the book and raised the price. BAD, BAD, BAD!!!!
<
>
<
>The same applies to his new "Beginning C Programming". This has no reference to the new C99 standard at all.