Index

Subject : Re: LUG: Linux cheat sheets

From : Alexander Ray <alexjray.ncsu@gmail.[redacted]>

Date : Sat, 17 Oct 2009 23:34:43 -0400

Parent


Brian, I agree w/ the (ANSI) C sheet; I use it as well. Great for a
quick reference on those little things (like precedence, and file
ops).

Other than that, I've found that pretty much anything i need to do in
C is already in the man pages. from semaphores (man sem_overview) to
queues and linked lists (man queue), virtually all of what I need for
C is in man (3).

The only thing its lacking is C99, but since GCC is the only compiler
(afaik) to fully implement C99, not incredibly useful to rely on that
feature set unless necessary.

~Alex


Replies :