User profile: dzimme2

User info
User name:dzimme2
History
Joined:
Number of posts:19
Latest posts:

Homework Help: GPA Calculator
I am to write a program in which the user is prompted 4 times to enter a student's name, # of curren...

Bank Teller Program - Linear Search Error
I think I understand what you're saying. I want to access the information declared in the AccountIn...

Bank Teller Program - Linear Search Error
As I was entering my initial post, I realized I was defining functions other than what is required b...

Bank Teller Program - Linear Search Error
[code]int main() { AccountInfo bankRecord[MAX_CUSTOMERS]; string acno, lName, fName; double initB...

Bank Teller Program - Linear Search Error
[code]/** * @geauxbank.cpp filename * @Zimmermann, Daniel C. */ // put appropriate include directi...