Skip to content

Latest commit

Β 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MyCppLibrary πŸ› οΈ

My personal collection of C++ tools and helper functions. Organized with namespaces and modular architecture.

Structure πŸ“‚

All tools are wrapped in the EasyTools namespace:

  • EasyTools::Math: Mathematical calculations and financial tools.
  • EasyTools::Print: Custom console output utilities.

Features ✨

  • 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.

How to use πŸš€

  1. Include MyTools.h in your project.
  2. Call functions using EasyTools::Math:: or EasyTools::Print::.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages