After having spent the last two days writing a heap of code in C to address performance issues, it struck me, I should really learn C properly one day. I saw this every time I have to do some C development work, but do I ever actually then sit down with a book and do some solid reading ...
C'est la vie
Go read over The clc FAQ. If there's a lot there you didn't know, then maybe you need some work. By the time you finish, you'll probably have a pretty good handle on C, actually.
The only tricky thing about C is pointers, I think. I also think that understanding pointers is a pretty important thing to know. A good handle on this allows you to understand a lot of the exploits that are plaguing the industry.
Re:What is it you think you don't know?
rob_au on 2003-09-20T02:05:41
Thanks for that link - It seems I'm not quite as clueless as what I thought. I guess that to a certain extent, I am simply just not nearly as confident when working in C as what I am with Perl.