Skip to content

akshayshedbalkar/utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utility

Some quality of life utilities for C++

  1. enter_and_exit(): A nice command to exit console based programs. The program will print "Press Enter to exit".

  2. std::string insert_commas(double): Insert commas in the real part of a double number.

  3. a) bool is_int(const std::string): Will check if input is a number.

    b)bool is_double(const std::string): Will check if input is a double.

  4. a) get_int(int&): Get integer user input with validation.

    b) get_double(double&): Get double user input with validation.

About

Some quality of life utilities for C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors