Accelerated C++: Practical Programming By Example

Accelerated C++: Practical Programming By Example
ISBN-10
8131726150
ISBN-13
9788131726150
Category
C++ (Computer program language).
Pages
352
Language
English
Published
2000-09
Publisher
Pearson Education India
Author
Andrew Koenig

Other editions

Similar books

  • Accelerated C+
    By Andrew Koenig

    Accelerated C+

  • A Tour of C++
    By Bjarne Stroustrup

    Bjarne Stroustrup. complex z = 1; // a complex number with double-precision floating-point scalars complex z2 {d1,d2}; complexz3 = {1,2}; // the = is optional with {... } vectorv {1,2,3,4,5,6}; // a vector ...

  • Beginning C: From Novice to Professional
    By Ivor Horton

    The updated 4th edition of Beginning C builds on the strengths of its predecessors to offer an essential guide for anyone who wants to learn C or desires a ‘brush-up’ in this compact, fundamental language.

  • C++ AMP
    By Kate Gregory, Ade Miller

    With this practical book, experienced C++ developers will learn parallel programming fundamentals with C++ AMP through detailed examples, code snippets, and case studies.

  • Accelerated C++ :: Practical C++ Programming in Very Easy Steps by Examples.
    By Harry. H. Chaudhary.

    While reading this book it is fun and easy to read it. This book is best suitable for first time C++ readers, Covers all fast track topics of C++ for all Computer Science students and Professionals.

  • C++ Crash Course: A Fast-Paced Introduction
    By Josh Lospinoso

    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.

  • Programming 2D Games
    By Charles Kelly

    Addressing both of these key elements, Programming 2D Games provides a complete, up-to-date introduction to game programming. All of the code in the book was carefully crafted using C++. As game programming techniques are intro

  • C Primer Plus
    By Stephen Prata

    The new classic! C Primer Plus, now in its 5th edition, has been revised to include over 20 new programming exercises, newly improved examples and the new ANSI/ISO standard, C99.

  • Discovering Modern C++: An Intensive Course for Scientists, Engineers, and Programmers
    By Peter Gottschling

    This book is designed to help you get started rapidly and then master increasingly robust features, from lambdas to expression templates.

  • Ruminations on C++: A Decade of Programming Insight and Experience
    By Andrew Koenig

    Ruminations on C++ concentrates on the key C++ ideas and programming techniques--skimming the cream--to let you understand the why and not just the how of C++ programming. You need not...