User profile: cspctec

User info
User name:cspctec
History
Joined:
Number of posts:30
Latest posts:

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.help
Here, I got it to compile. I have no idea if this is what you want. [code] #include <iostream> #inc...

writing and reading.help
This part of your code: [code] int main() { outfile.open("employees.txt"); outfile.clo...

writing and reading.help
Pay attention to my code. You left out "using namespace std" in your code. Without "using namespace ...

This user does not accept Private Messages

User: cspctec

  • Public profile