Answers for "infinity c++"

C++
2

infinity c++

#include <limits>

// ...

int a = std::numeric_limits<int>::max();
Posted by: Guest on April-08-2021
1

infinity C++

#include <limits>

// ...

int a = std::numeric_limits<int>::infinity();
Posted by: Guest on May-05-2021

Browse Popular Code Answers by Language