jake RSS


jakehofman.com

Archive

Oct
25th
Mon
permalink

tip: c

getopt for flexible argument handling

tips  c 
Oct
21st
Thu
permalink

tip: c

declare static variable: has scope only in function, but persists in memory even after function exits and can be accessed again

tips  c 
Oct
13th
Wed
permalink

tip: c

%lf reads a double

tips  c