template <int min, int max> class range {
static bool contains(int i) { return min <= i && i < max; } // In C++, ranges usually are half-open.
};
int age = 23;
if (range<18,30>::contains(age)) {
//Your desired code
}
Code Example |
---|
Cpp :: c++ function with parameters |
Cpp :: hello world cpp |
Cpp :: what is ++i and i++ |
Cpp :: dream speedrun music free download mp3 |
Cpp :: c++ short hand if else |
Cpp :: c++ generate random number upper and lower bound |
C :: colourful text in c |
C :: pi in c language |
C :: terminal size in c |
C :: get pid c |
C :: find factors of a number in c |
C :: como programar a area de um triangulo em c |
C :: react-textfit |
C :: tainted love |
C :: Creating a process in C |
C :: sigaction in c |
C :: operators priority in c |
C :: scan numbers into array c |
C :: arduino millis() |
C :: how to create calculator with switch in c |
C :: C read a character |
C :: install gnome tweaks ubuntu 20.04 |
C :: c printing char pointer |
C :: how to make sure input is integer c |
C :: try and catch in rust |
C :: Example of Implementation of a pointer to an array in C: |
C :: c strstr |
C :: Bitwise Operators in C language |
C :: sh: tailwindcss: command not found |
C :: pendu langage c |