C++ for Java Programmers

C++ for Java Programmers
Authors
Mark Allen Weiss
ISBN
013919424X
Published
07 Nov 2003
Purchase online
amazon.com

Written for the moderately experienced Java programmer, this book builds on readers' existing knowledge of object-oriented programming and covers all important aspects of Standard C++?emphasizing more lower-level C-style details later in the presentation.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

Written for the moderately experienced Java programmer, this book builds on readers' existing knowledge of object-oriented programming and covers all important aspects of Standard C++—emphasizing more lower-level C-style details later in the presentation. KEY TOPICS Chapter topics include philosophy of C++, simplest C++, pointers and reference variables, object-based programming: classes, operator overloading, object-oriented programming: inheritance, templates, abnormal control flow, input and output, collections: the standard template library, primitive arrays and strings, C-style C++, and using Java and C++: the JNI. For new C++ programmers converted from Java.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra