A variety of sample code found on other sites
Contents
| average of user entered numbers | average of user entered numbers |
| Area of a rectangle | Calculates the area of arectangle based on user entered data |
| Average example | Works out the average of user enter numeric data |
| Power | Multiply a number by a power. |
| cin example | shows usage of cin |
| Write text to a file | Shows how to write text to a file |
| Write text to a file | Write text to a file using streams |
| cout width | cout width example |
| Celsius to Fahrenheit conversion | Shows how to convert from celsius to fahrenheit. Could be adapted for other conversion programs |
| cin getline | Shows an example of cin getline |
| If/Else in C++ | The very basics , If/else in C++. |
| Launch Explorer | Shows how Windows Explorer can be launched from a C++ program |
| Octal / Hexadecimal / Decimal conversion | Octal / Hexadecimal / Decimal conversion example |
| Octal / Hexadecimal / Decimal conversion (alternate version) | Octal / Hexadecimal / Decimal conversion (alternate version) |
| cin and cout examples | cin and cout examples |