/Integer-Class-For-CPP

Simple Integer Class With Some Useful Functions :)

Primary LanguageC++MIT LicenseMIT

icon

Integer-Class-For-CPP

Simple Integer Class With Some Useful Functions :)

Read about list of all functions here.

Latest Updates

v 1.14
+ Added Min-Max Function
  • Min-Max that is setMinMax(int min, int max); function helps you to set minimum & maximum for an integer variable.
  • You can use setMin(int min); & setMax(int max); functions seperately.

    Here's and Example:
    Click Here For Program Code Shown in the image below.

Logo