Numeric_limits class "not declared error

Hi there,

Brand new to C++ and basic experience in programming in C.
I use Codeblocks with GCC compiler.
I am trying to use the "numeric_limits"class as explained in tutorial but I get an error when compiling.

‘numeric_limits’ was not declared in this scope
expected primary expression before ‘int’

Can somebody point me in a direction where to look?

See this post and my reply in the post: