Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~341 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Jimin

Could you tell me what problem this code has? This is a simple ATM code. (Menu: openAccount, deposit, withdraw, displayAccount <-display All Account). There is no noticed error(red line). Code was running. But I can't store information on Object.. (It maybe my fault thought) class Account{ private: string accNum; string …

Member Avatar for tinstaafl
0
341