[c++] INT_MAX vs umeric_limits<int>::max()
From: Val (valmont_programming_at_hotmail.com)
Date: 02/19/05
- Next message: Alwyn: "Re: howto call constructor from within another"
- Previous message: Uwe Mayer: "howto call constructor from within another"
- Next in thread: James Dennett: "Re: [c++] INT_MAX vs umeric_limits<int>::max()"
- Reply: James Dennett: "Re: [c++] INT_MAX vs umeric_limits<int>::max()"
- Reply: Val: "Re: [c++] INT_MAX vs umeric_limits<int>::max()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Feb 2005 17:17:30 +0100
Is there a difference between...
const int VarName = umeric_limits<int>::max();
and...
const int VarName = INT_MAX;
...?
- Next message: Alwyn: "Re: howto call constructor from within another"
- Previous message: Uwe Mayer: "howto call constructor from within another"
- Next in thread: James Dennett: "Re: [c++] INT_MAX vs umeric_limits<int>::max()"
- Reply: James Dennett: "Re: [c++] INT_MAX vs umeric_limits<int>::max()"
- Reply: Val: "Re: [c++] INT_MAX vs umeric_limits<int>::max()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]