My personal collection of C++ tools and helper functions. Organized with namespaces and modular architecture.
All tools are wrapped in the EasyTools namespace:
- EasyTools::Math: Mathematical calculations and financial tools.
- EasyTools::Print: Custom console output utilities.
getSum(start, end): Calculates sum in a given range.getFinalPrice(price, discount): Price calculator with built-in protection.printNumber(limit, evenOnly): Flexible number printer with default parameters.
- Include
MyTools.hin your project. - Call functions using
EasyTools::Math::orEasyTools::Print::.