Hacker News new | ask | show | jobs
by aaronblohowiak 5705 days ago
Re: LCTHW, I am taking "Linux Systems Programming In C" course at ucsc extension. You are supposed to already know c before taking the course, but it has been a fun trial-by-fire to dust off ye olde c skills AND learn the intricacies of POSIX programming simultaneously.
1 comments

You should go grab valgrind and run your programs under it all the time. It'll help you spot and avoid those annoying memory errors.
This is why the world needs LCTHW =)