Skip to content

QuantumByteStudios/Integer-Class-For-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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