Programming in C++

ISBN-10
704010038X
ISBN-13
9787040100389
Series
Programming in C++
Category
C++ (Computer program language).
Pages
752
Language
English
Published
2001
Authors
Dale, Nell B.·戴尔, Weems

Description

This is an excellent textbook that provides outstanding lessons in C++ syntax, structured design, and logical programming.

Other editions

Similar books

  • A Complete Guide to Programming in C++
    By Ulla Kirch-Prinz, Peter Prinz

    This guide was written for readers interested in learning the C++ programming language from scratch, and for both novice and advanced C++ programmers wishing to enhance their knowledge of C++.

  • Computer Programming with C++
    By Kunal Pimparkhede

    "Provides an in-depth explanation of the C and C++ programming languages along with the fundamentals of object oriented programming paradigm"--

  • Beginning Programming with C++ For Dummies
    By Stephen R. Davis

    This complete guide to learning C++ programming will help you start your journey!

  • Practical C++ Programming
    By Steve Oualline

    Practical C++ Programming thoroughly covers: C++ syntax · Coding standards and style · Creation and use of object classes · Templates · Debugging and optimization · Use of the C++ preprocessor · File input/output

  • Beginning C++ Programming
    By Richard Grimes

    The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects.

  • Functional Programming in C++
    By Ivan Cukic

    This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

  • The C++ Programming Language
    By Bjarne Stroustrup

    The C++ Programming Language

  • C++ Programming Style
    By Tom Cargill

    Design and coding style rules are distilled from the examples. Understanding and following these rules will help professional programmers design and write better C++ programs. A chapter is devoted to...

  • Advanced CORBA® Programming with C++
    By Michi Henning, Steve Vinoski

    Here is the CORBA book that every C++ software engineer has been waiting for.

  • 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 ...