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
what is the library needed for functions
what is the library needed for functions
Aug 8, 2011 at 2:16am UTC
GeckoLink
(11)
I'm learning C++ from a slightly outdated book when I tried using functions it gave me a few weird errors. I'm sure I'm missing a library. please help thanks in advance!
these are the librarys I'm using:
iostream
stdlib.h
cmath
Aug 8, 2011 at 2:20am UTC
webJose
(2948)
You need to post the errors. We cannot read minds.
BTW, in C++, stdlib.h changed to cstdlib (no extension, just like cmath used to be math.h).
Topic archived. No new replies allowed.