User profile: binarybob350

User info
User name:binarybob350
Name:Bob
History
Joined:
Number of posts:149
Latest posts:

My first ever program written in an IDE and 2 issues
Your "else if" will never be hit because your if satisfies even more conditions. I mean b > 0 will ...

help with my tax function!
Your using rate before assigning a value to it. It will contain random garbage from the stack.

how to creat a set of data output file ?
[code]void fout3(int N) { stringstream ss; ss << "output_a" << N + 1 << ".out"; ofstream ff( s...

dyinamic allocation of class inside class
Can you post more of the code? Like the child class and your test code.

Recursion program
What is the definition of recursion, see recursion.

This user does not accept Private Messages

User: binarybob350

  • Public profile