C++

Fri, 2007-08-10 04:20

Beginning C++ Game Programming

Submitted by Romy on Fri, 2007-08-10 04:20.

Posted in C++ | read more »

Beginning C++ Game Programming

Fri, 2007-08-10 04:17

Accelerated C++ 2000

Submitted by Romy on Fri, 2007-08-10 04:17.

Posted in C++ | read more »

 Accelerated C++ 2000

Fri, 2007-08-10 04:14

A Laboratory Course in C++ Data Structures 2003

Submitted by Romy on Fri, 2007-08-10 04:14.

Posted in C++ | read more »

 A Laboratory Course in C++ Data Structures 2003

Thu, 2007-07-26 15:00

Quick Introduction to C++

Submitted by Romy on Thu, 2007-07-26 15:00.

Posted in C++ | read more | 1 attachment »

Quick Introduction to C++

Classes are used for two main reasons: (1) it makes it much easier to organize your programs if you can group together data with the functions that manipulate that data, and (2) the use of private members makes it possible to do information hiding, so that you can be more confident about the way information flows in your programs (if you want to impress people, you call this enforcing invariants).

Thu, 2007-07-26 14:39

Thinking in C++, Thinking in Java, Thinking in Patterns

Submitted by Romy on Thu, 2007-07-26 14:39.

Posted in C++ | read more | 4 attachments »

Thinking in C++, Thinking in Java, Thinking in Patterns

These are electronic books in HTML on C++ and Java, along with the source code. The HTML books are fully indexed, use Frames for easy navigation through the chapters, and have color syntax highlighting on all the source-code listings. Each HTML download contains an entire book and source code in a single zipped file.

XML feed