Horje
infinity c++ Code Example
infinity c++
#include <limits>

// ...

int a = std::numeric_limits<int>::max();
infinity C++
#include <limits>

// ...

int a = std::numeric_limits<int>::infinity();




Cpp

Related
BAPS Code Example BAPS Code Example
how to get 4 decimal places in c++ Code Example how to get 4 decimal places in c++ Code Example
bold text latex Code Example bold text latex Code Example
max element in vector c++ Code Example max element in vector c++ Code Example
convert int to enum c++ Code Example convert int to enum c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10