alt.comp.lang.learn.c-c++ Correct C++ tutorial chapter 2.1 …
Short Description
The eighth chapter (chapter 2.1) of my attempted Correct C++ tutorial is now. available, although for now only in Word format ?? comments welcome! …
Website: coding.derkeiler.com | Filesize: 6kb
Content
Correct C++ tutorial chapter 2.1 “Classes”
available (Windows, mingw/msvc/std)
Source: http://coding.derkeiler.com/Archive/C_CPP/alt.comp.lang.learn.c.cpp/2005.03/0350.html
From: Alf P. Steinbach (alfps_at_start.no)
Date: 03/15/05
Date: 15 Mar 2005 10:53:49 .0500
To: (Usenet)
The eighth chapter (chapter 2.1) of my attempted Correct C++ tutorial is now
available, although for now only in Word format .. comments welcome!
Use the free & system.independent Open Office if you don’t have Word.
Classes
Introduces the C++ language feature used to define new types, namely
classes. The focus in on creating safe and reusable classes. As a main
theme the jugs.puzzle program from chapter 1.4 is revisited, and the
chapter ends with an example program that solves the puzzle.
General URL:
which provides chapters 1.1 and 1.2 as web.pages (HTML) in addition to the
original Word documents of all chapters in zipped format.
Contents, chapter 2.1:
1 [Background:] PODs, aggregates and pure C++ classes….
Get the file Download here
Related Books:Related Searches: puzzle program, eighth chapter, reusable classes, word classes, c tutorial
Comments
Leave a Reply