Jump to content
Be Forewarned: You're dealing with someone with very little experience with C++ programming.

 

Hi.

Basically, I'm putting together an ATM program as part of our subject. I got most of the core ATM stuff (Balance Inquiry, Withdraw, Deposit) except the Change PIN feature.

Here's the outline for better understanding: DLJj2Q7.png

I got around up till the Change My Pin part, after that, I got nothing since I get to lots of problems if I make a new PIN entry code that's re-directing to the Main menu if completed. That certain error is "redefining functions" error where it just says that all functions on the program (basically, the whole program) is already defined somewhere else.

The question is: How am I gonna proceed after I changed my PIN code? 

Link to comment
https://linustechtips.com/topic/503820-how-to-re-direct-functions/
Share on other sites

Link to post
Share on other sites

how is the pin stored currently?

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×