Budget Manager C++

Budget Manager is a terminal-based application that helps manage finances. The application was written in C++ and compiled into a Windows executable file. After registering and activating an account, the user can, among other things:

  • Add new income and expenses,
  • View the balance for a selected period.

Technologies used

  • I wrote the application in C++,
  • Data is stored locally in .txt files,
  • Data is saved in XML format,
  • I used the CMarkup library to parse data to and from XML.

Application functionality

More

If you’d like to try the application yourself, you can download the source code and compile it on your computer. The application code is available on my GitHub: