NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Coding lots of C myself lately (Score:1)
I recently had to start doing a fair amount of C coding and it seems like you have to shift your mindset to think in terms of addresses, pointers, and data types. The first two weeks were quite painful, but after that everything just clicked, I've written two linux kernel modules over the course of about two months. Switching off between perl and c isn't that hard either once you've done it once. Good luck, and don't give up!
Re:Coding lots of C myself lately (Score:1)
Reply to This
Parent