Archive for the ‘C/C++’ Category
Monday, August 6th, 2007
C++ in a Nutshell packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick reference for those who live in a deadline-driven world and need the facts but not the frills.
Cross-references link related methods, classes, and other key features. This is ...
Posted in C/C++, Programming | No Comments »
Monday, August 6th, 2007
Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes ...
Posted in C/C++, Programming | No Comments »
Monday, July 16th, 2007
"Readers can pick up this book and become familiar with C++ in a short time. Stan hastaken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread ...
Posted in C/C++, Programming | No Comments »
Monday, July 16th, 2007
Today, the ANSI C++ programming language is widely used throughout the world in both academia and industry. In many educational institutions it is the language of choice for a first programming course and for a language to be used for computer science instruction. A key reason for this is that ...
Posted in C/C++, Programming, Unix | No Comments »