| File | Description | Source |
C++ Tutorial Sources | Set of simple example sources to follow the C++ Tutorial included in the documents section of this site. | Juan Soulie |
Fraction | Example program to add and reduce fractions. | Abraham Ishaq |
Fraction | A Fraction class that has the ability to add, subtract, multiply, divide and show various statistics of the fraction. | Daniel Pronych |
Triangle | Small program for beginners demonstrating the use of loops and iostream + iomanip libraries. | Gary Paduana |
Master String | This is a collection of functions, and classes that will aid you in very explicit string manipulation. | Jared Bruni |
Encrypt | Encrypts/Decrypts a piece of text using vigenere algorithm. | Sam Alexander |
Rectangle | A simple program demonstrating tokenizing by drawing a rectangle. | Nick White |
Binary convert | A simple program that converts a string into its binary representation. | Matt Fowler |