-
Categories
-
Tags/Keywords
Firefox MediaWiki samba Linux PHP plugin Family Screen RAID smb svn XTerm SSH Javascript HTML Windows metabolism Apache MySQL Subversion zimbra CLI WordPress ssl bash Ubuntu mod_rewrite Ruby Gentoo HTTP van der Molen xen X T61 WWW blog.bigsmoke.us postfix nutrition RuG WLB07051 VIM DNS Debian CSS shell -
Recent Posts
-
Recent Comments
Tag: pointers
Rapidly firing myself in the foot with C pointers
Now that I am dedicated to becoming a somewhat decent C programmer, I need to master pointers. Last week, I leveled up in my pointer usage by debugging a particularly nasty segfault. It took the help of gdb (the GNU Project Debugger) for me to notice that my segfault was accompanied by very weird values for some increment counters, while the pointer involved was a char* pointer, not a pointer to an int.
Read More »