The Rational Coder
A little bit of everything
ACEnet Workshop - Advanced C
The slides for the talk are located at
Presentation Slides
The source code for the examples are
factorial1.c
pointer1.c
structure1.c
io1.c
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Mac / Linux cross-development
Introduction Mac has always been the default alternative to Wintel systems. In the past, the Mac OS has been a fairly unique entity, with...
Using sed to clean up files
You can use sed to delete particular lines, based on some unique criteria. This would look like sed -e "/search criteria/d" -i2 ...
Stupid afio Tricks
We've already looked at tar, and all of the wonderful ways that it can be used. But it is not the only tool at our disposal. Another too...
No comments:
Post a Comment