Two questions: GCC
Hi all!
This is probably simple stuff... but I can't seem to find it (yes I googled the heck out of it).
OK, Ques #1: In Linux and using GCC, how do I determine which library has the function I need?
Ques #2: I need to do base 10 exponent (that is, 10^0=1, 10^1=10, 10^2=100, etc...) how do I do it in GCC?
In Win LCC-32 there is a function "pow10()" which takes 1 parameter (the exponent). For example, "pow10(3) == 1000".
Anything like this in GCC, or do I have to write my own?
Thanks!
-- Roger
Gentlemen may prefer Blondes, but Real Men prefer Redheads!
Bookmarks