User profile: speakerboy

User info
User name:speakerboy
Name:Jim
Location:Pennsburg PA
Bio:Intellectual Property Specialist
History
Joined:
Number of posts:7
Latest posts:

Undefined variable in a class
I noticed that it was causing errors because lab7.cpp wasn't giving balance any definitions in the p...

Undefined variable in a class
Thanks for the quick reply! I did change that, as well as some other things. I got rid of starting...

Undefined variable in a class
Hello, I'm doing the all-to-familiar bank program, and I having trouble with one of my variab...

Reading chars into an array
SOLVED! Here is the correct code: [code]#include<iostream> using namespace std; int main() { const...

Reading chars into an array
OK, I applied the changes that you suggested, but my output still implies that the program is having...