Reading in scores from a fileyou need to use something like this [code] #include <iostream> #include <fstream> #include <string> ...
help Fahrenheit to CelsiusHi [code] #include <iostream> #include <cmath> using std::cin ; using std::cout ; using std:: endl; ...
Simple task to compare 4 inputs and find the largestmaby so [code] #include <iostream> #include <vector> using namespace std; typedef vector<int>::itera...
Integer conversion question#include <iostream> using namespace std; void converter(int a) { switch(a) { case 1: cout <<...
This user does not accept Private Messages