| View previous topic :: View next topic |
| Author |
Message |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2354
|
Posted: Sun Feb 14, 2010 5:34 pm Post subject: Which library? Or:what's in the libs? |
|
|
I'm trying to get to grips with C++ (with the Stroustrup book) and so far, so good. I understand the concept of linking to libraries for certain functions, but where can I find which library holds a particular function?
Pretty basic, I know, but if you wanna learn to cook, you gotta know what the ingredients do  |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2354
|
Posted: Tue Feb 16, 2010 8:23 pm Post subject: |
|
|
Nobody?  |
|
| Back to top |
|
 |
Bazza LXF regular

Joined: Sat Mar 21, 2009 11:16 am Posts: 1381 Location: Loughborough
|
Posted: Tue Feb 16, 2010 9:05 pm Post subject: |
|
|
Hi DM...
Not sure if this is what you want but........
Just Google the #include(s) in your program and there is
plenty of info...
For example...
#include <time.h>
Search for "time library c++" without the quotes...
If you want the functions in #include <stdio.h> then
search for "stdio library c++" without the quotes...
K&Rs C Programming Language is a very thorough look
at C and its derivatives and a lot of the standard libraries
although a little out of date in my copy...
Hope this helps... _________________ 73...
Bazza, G0LCU...
Team AMIGA... |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|