cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Largest/Smallest Int, Short, Long using
Largest/Smallest Int, Short, Long using Pow()?
Jan 20, 2013 at 9:41pm UTC
jdowning
(13)
I'm trying to figure out how to compute the largest and smallest int, short, and long, both signed and unsigned, using pow(). (Obviously not computing min unsigned number since that's zero). (And I'm using cmath library).
Jan 20, 2013 at 11:07pm UTC
Smac89
(1727)
How are you going to be doing this? Please give more details and if possible a snippet of your current code (in ["code"]["/code"] format ofc).
Last edited on
Jan 20, 2013 at 11:08pm UTC
Jan 21, 2013 at 2:33am UTC
helios
(17574)
http://www.cplusplus.com/reference/climits/
Topic archived. No new replies allowed.