MarioSomodi / VSMTI-Gradnja

C++ Console app made for Warehouse administration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSMTI Gradnja

Project description

This is a C++ console app created for warehouse administration. It gives you the ability to get the amount/info/price/history of any item that is currently in your warehouse or has been in your warehouse before. You can also import how many of each item is imported or exported out of the warehouse and see data related to that on each of the items.

Technologies used

  • C++
  • TinyXML-2
  • Extensible Markup Language (XML)

Things I learned

  • Using iterators to access rooted XML tags, and iterating vectors.
  • Usage of TinyXML-2 (C++ XML Parser).
    • Creating XML files from scratch.
    • Manipulating and deleting tags.
    • Reading tag properties and adding new ones.
    • Reading text inside of tags.
  • Clearing the console after input.
  • Listening for specific key input and acting on it.

About

C++ Console app made for Warehouse administration.

License:MIT License


Languages

Language:C++ 100.0%