There are total 56 c/c++ source code files, with 722,232 hits in total.

Displaying 46 to 56 of 56 files.

  Miltiple Inheritance
» 17.7 KiB - 8,218 hits - Last Update: May 15, 2010
The basic concept of multiple inheritance (MI) sounds simple enough: you create a new type by inheriting from more than one base class. The syntax is exactly what you'd expect, and as long as the inheritance diagrams are simple, MI can be simple as well.

  Demonstration of inheritance
» 2.8 KiB - 8,297 hits - Last Update: May 15, 2010
Demonstration of inheritance in C++ Programming Language.

  Flexible Vector and Matrix
» 30.1 KiB - 6,076 hits - Last Update: May 15, 2010
Flexible Vector and Matrix (Vectors and Matrix with Arbitrary Bounds)

  Runtime type identification (RTTI)
» 13.3 KiB - 4,019 hits - Last Update: May 15, 2010
Runtime type identification (RTTI) lets you find the dynamic type of an object when you have only a pointer or a reference to the base type.

  Exception Handling
» 15.9 KiB - 7,771 hits - Last Update: May 15, 2010
Exceptions are one of those features that provide immediate and significant benefits to your project.

  Message Digest Utility
» 32.8 KiB - 5,577 hits - Last Update: May 15, 2010
This is a special console based utility which will calculate the Message Digest, Base 64 Encoding and Decoding, Checks the Message Digest and give output through file or through screen you can use this class to make the dll.

  Defensive Programming Techniques
» 14.0 KiB - 10,447 hits - Last Update: May 15, 2010
Writing perfect software may be an elusive Holy Grail for developers, but a few defensive techniques, routinely applied, can go a long way toward narrowing the gap between code and ideal.

  Shortest Path
» 109.7 KiB - 11,128 hits - Last Update: May 15, 2010
Shortest Path

  Fly away to your vacation
» 6.2 KiB - 9,153 hits - Last Update: May 15, 2010
The object of the game is to get to your proper plane on time so you can fly away to your vacation. Of course there a few obstacles and problems along the way and they will be brought up at the appropriate time. It will be up to you to solve the puzzles associated with each problem.

  PC to PC Communication
» 31.0 KiB - 16,197 hits - Last Update: May 15, 2010
PC to PC Communication via RS232 port. Chat with only 3-wire connection.

  My Piano
» 132.3 KiB - 25,290 hits - Last Update: May 15, 2010
MyPiano 3.0 is a simple piano developed in C++ using graphics functions.

 Page 4 of 4  «  1  2  3  4