C++ Desktop Application Help?!?
I am trying to make my own desktop application with C++ on microsoft studio so I don't have to log into my bank every time. It'll be easy access for me and most importantly it'll give me something to do. I started coding not too ago so I thought it'll be fun.
Question is, after writing a simple money transfer program itself, how do I "link" it so that it works concurrently with my bank account bank, which is online as far as I know, either walk-ins or doing it online?
I can write a program and run it so that it can do deposits, withdraws, inputting routing, etc. but how do I "link" it so that the deposits goes into my actual bank account? I hope I am explaining it right....
Using the app venmo or example, how are they able to integrate themselves in a way where their program (venmo app) and our personal bank account work together? How does App (program) ---> Our bank account?