Linux API/standard calls etc.
Kevin Buettner
kev@primenet.com
Tue, 23 Jan 2001 13:09:32 -0700
On Jan 23, 11:22am, Lucas Vogel wrote:
> I ended up buying "Advanced Programming in the UNIX Environment". I think
> I'm in *nix heaven now... :)
>
> Thanks for the recommendation. I would also like to recommend this book to
> anyone doing C/C++ programming. I don't think I could ask for a better
> reference.
If you end up doing anything with sockets (or any other type of
network programming), you should get Stevens' other books too. The
"Unix Network Programming" series and the "TCP/IP Illustrated" series
are both excellent. (Actually, I only have volume 1 in each series,
but I keep meaning to get the rest...)
Kevin