Source Code Downloads

Hello World

Hello World Program in 300 Programming Languages

There are total 32 c/c++ source code files, with 359,505 hits in Source Code.

Displaying 16 to 30 of 32 files.

  The Standard C++ Library: Generic algorithms
» 35.5 KiB - 10,112 hits - Last Update: May 15, 2010
Algorithms are at the core of computing. To be able to write an algorithm once and for all to work with any type of sequence makes your programs both simpler and safer. The ability to customize algorithms at runtime has revolutionalized software development.

  The Standard C++ Library: IOStreams
» 24.6 KiB - 8,947 hits - Last Update: May 15, 2010
The iostreams classes are usually the first part of the C++ library that new C++ programmers learn to use. This chapter discusses how iostreams are an improvement over C's stdio facilities and explores the behavior of file and string streams in addition to the standard console streams.

  The Standard C++ Library: Templates
» 17.5 KiB - 5,661 hits - Last Update: May 15, 2010
The Standard C++ Library: Templates

  The Standard C++ Library: Generic containers
» 50.3 KiB - 5,468 hits - Last Update: May 15, 2010
Container classes are the solution to a specific kind of code reuse problem. They are building blocks used to create object-oriented programs' they make the internals of a program much easier to construct.

  The Standard C++ Library: Strings
» 24.5 KiB - 5,762 hits - Last Update: May 15, 2010
Standard C++ not only incorporates all the Standard C libraries (with small additions and changes to support type safety), it also adds libraries of its own. The string class member functions provide a fairly comprehensive set of tools for creating, modifying, and searching in strings.

  Design patterns
» 21.7 KiB - 13,334 hits - Last Update: May 15, 2010
This source code introduces the important and yet nontraditional "patterns" approach to program design.

  Miltiple Inheritance
» 17.7 KiB - 8,219 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,077 hits - Last Update: May 15, 2010
Flexible Vector and Matrix (Vectors and Matrix with Arbitrary Bounds)

  Runtime type identification (RTTI)
» 13.3 KiB - 4,021 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,578 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,450 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,129 hits - Last Update: May 15, 2010
Shortest Path

  Fly away to your vacation
» 6.2 KiB - 9,154 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.

Page 2 of 3 « 1 2 3 »
Categories: Blog