Using new operator in class constructor[code] #include <iostream> using namespace std; class numbers { private: float data; ...
0/1 tiles problem. I need the mathematical soln for this.This is my take on it. N = 1 -> Output = 1 N = 2 -> Output = 2 N = 3 -> Output = 3 N = ...
writing and reading.helpHere, I got it to compile. I have no idea if this is what you want. [code] #include <iostream> #inc...
writing and reading.helpThis part of your code: [code] int main() { outfile.open("employees.txt"); outfile.clo...
writing and reading.helpPay attention to my code. You left out "using namespace std" in your code. Without "using namespace ...
This user does not accept Private Messages