Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

C++ Primer
  • Language: en
  • Pages: 3073

C++ Primer

Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code. C++ Primer, Fifth Edition, introduces the C++ standard library from the outset, drawing on its common functions and facilities to help you write useful programs without first having to master every language detail. The book’s ma...

C++ Gems
  • Language: en
  • Pages: 634

C++ Gems

Presents the pinnacle of writing on C++ by renowned experts in the field, and is a must-read for today's C++ programmer.

Exceptional C++
  • Language: en
  • Pages: 234

Exceptional C++

"The puzzles and problems in Exceptional C++ not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. - Many of these problems are culled from the famous Guru of the Week feature of the Internet newsgroup comp.lang.c++, moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard."--BOOK JACKET. - "Try your skills against the C++ masters and come away with the insight and experience to create more efficient, effective, robust, and portable C++ code."--Jacket.

C++ for the Impatient
  • Language: en
  • Pages: 720

C++ for the Impatient

A Ready Reference for C++ C++ for the Impatient offers both the quickest way for busy programmers to learn the latest features of the C++ language and a handy resource for quickly finding answers to specific language questions. Designed to give you the most accurate and up-to-date information you require fast and to the point, this book is also an essential guide to the new C++11 standard, including advanced uses of the C++ standard library. Features include · Concise descriptions of nearly every function, object, and operator in the C++ core language and standard library, with clear, well-chosen examples for each of them · Information provided “at a glance” through syntax displays, ta...

Designing Embedded Systems and the Internet of Things (IoT) with the ARM mbed
  • Language: en
  • Pages: 357

Designing Embedded Systems and the Internet of Things (IoT) with the ARM mbed

A comprehensive and accessible introduction to the development of embedded systems and Internet of Things devices using ARM mbed Designing Embedded Systems and the Internet of Things (IoT) with the ARM mbed offers an accessible guide to the development of ARM mbed and includes a range of topics on the subject from the basic to the advanced. ARM mbed is a platform and operating system based on 32-bit ARM Cortex-M microcontrollers. This important resource puts the focus on ARM mbed NXP LPC1768 and FRDM-K64F evaluation boards. NXP LPC1768 has powerful features such as a fast microcontroller, various digital and analog I/Os, various serial communication interfaces and a very easy to use Web base...

Professional C++
  • Language: en
  • Pages: 866

Professional C++

Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilities Teaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the language The authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoid Contains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms

More Exceptional C++
  • Language: en
  • Pages: 298

More Exceptional C++

This boxed-set of five volumes on C++ programming includes: Modern C++ Design; Accelerated C++; Essential C++; Exceptional C++; and More Exceptional C++.

Standard C++ IOStreams and Locales
  • Language: en
  • Pages: 676

Standard C++ IOStreams and Locales

Standard C++ provides a foundation for creating new, improved, and more powerful C++ components. IOStreams and locales are two such major components for text internationalization. As critical as these two APIs are, however, there are few resources devoted to explaining them. "Standard C++ IOStreams and Locales" fills this informational gap. It provides a comprehensive description of, and reference to, the iostreams and locales classes, showing how to put them to use and offering advanced information on customizing and extending their basic operation. Written by two experts involved with the development of the standard, this book reveals the rationale behind the design of the APIs and points ...

UNIX in a Nutshell
  • Language: en
  • Pages: 628

UNIX in a Nutshell

The bestselling, most informative Unix reference book ever written is now more complete and up-to-date. You may have seen Unix quick-reference guides, but you've never seen anything like Unix in a Nutshell. Unix in a Nutshell is a complete reference containing all commands and options, along with generous descriptions and examples that put the commands in context. The third edition of Unix in a Nutshell includes thorough coverage of Unix System V Release 4 and Solaris 7. Author Arnold Robbins has added the latest information about: • Sixty new Unix commands • Shell syntax (sh, csh, and the 1988 and 1993 versions of ksh) • Regular expressions • vi and ex commands, as well as newly updated Emacs information • sed and awk commands • troff and related commands and macros, with a new section on refer • make, RCS (Version 5.7), and SCCS commands • Obsolete commands In addition, there is a new Unix bibliography to guide the reader to further reading about the Unix environment. If you currently use Unix SVR4, or if you're a Solaris user, you'll want this book. Unix in a Nutshell is the most comprehensive quick reference on the market, a must for any Unix user.

The Power of C++
  • Language: en
  • Pages: 114

The Power of C++

Firefox, Chrome, and Internet Explorer are web browsers that are very different from one another, but they have one big similarity: large elements of each were written in C++. This volume introduces readers to important concepts like object-oriented programming while elaborating on the fascinating history of C++, providing examples of code, and exploring the relationship between C++, C, and C#.