Undefined variable in a classI noticed that it was causing errors because lab7.cpp wasn't giving balance any definitions in the p...
Undefined variable in a classThanks for the quick reply! I did change that, as well as some other things. I got rid of starting...
Undefined variable in a classHello, I'm doing the all-to-familiar bank program, and I having trouble with one of my variab...
Reading chars into an arraySOLVED! Here is the correct code: [code]#include<iostream> using namespace std; int main() { const...
Reading chars into an arrayOK, I applied the changes that you suggested, but my output still implies that the program is having...