2023 · Academic systems study / C++ terminal application
Advanced Calculator CLI
A menu-driven calculator combining arithmetic, roots and powers, ASCII lookup, and number-system conversion.




Utility system record
Several modes, organized as one dependable tool.
An earlier C++ study that consolidated basic and advanced calculation, ASCII exploration, binary arithmetic, and twelve conversion directions into one terminal tool.
Implemented the menu system, validation, calculation modules, and binary/decimal/octal/hexadecimal conversion paths.
What carried forward
Input validation, modular utilities, and conversion logic were early practice in making technical systems usable.
- C++
- STL