My first ever program written in an IDE and 2 issuesYour "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 classCan you post more of the code? Like the child class and your test code.
Recursion programWhat is the definition of recursion, see recursion.
This user does not accept Private Messages