First page
Back
Continue
Last page
Graphics
More Examples
cout << LONG_MAX << endl;
long a(LONG_MAX);
cout << a+1 << endl;
unsigned long b(ULONG_MAX);
cout << b+1 << endl;