From 4a533bed131d68edbbc193263c4abe2a0d7257f6 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 13 May 2015 20:32:22 +0200 Subject: type_max.cc --- c,cc/type_max.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 c,cc/type_max.cc diff --git a/c,cc/type_max.cc b/c,cc/type_max.cc new file mode 100644 index 0000000..5f59313 --- /dev/null +++ b/c,cc/type_max.cc @@ -0,0 +1,20 @@ +/* + * template.cpp + * + * Patrick Simianer + * YYYY-MM-DD + */ + +#include +#include + +using namespace std; + + +int main(int argc, char const* argv[]) +{ + cout << std::numeric_limits::max() << endl; + + return 0; +} + -- cgit v1.2.3