C++ examples

A variety of sample code found on other sites

Contents


average of user entered numbersaverage of user entered numbers
Area of a rectangleCalculates the area of arectangle based on user entered data
Average exampleWorks out the average of user enter numeric data
PowerMultiply a number by a power.
cin exampleshows usage of cin
Write text to a fileShows how to write text to a file
Write text to a fileWrite text to a file using streams
cout widthcout width example
Celsius to Fahrenheit conversionShows how to convert from celsius to fahrenheit. Could be adapted for other conversion programs
cin getlineShows an example of cin getline
If/Else in C++The very basics , If/else in C++.
Launch ExplorerShows how Windows Explorer can be launched from a C++ program
Octal / Hexadecimal / Decimal conversionOctal / Hexadecimal / Decimal conversion example
Octal / Hexadecimal / Decimal conversion (alternate version)Octal / Hexadecimal / Decimal conversion (alternate version)
cin and cout examplescin and cout examples