cpp_weekly
cpp_weekly copied to clipboard
Safely using C's `fread`
It's harder than you think it should be to use correctly, but sometimes it's necessary, so let's write a little file reader utility?
Maybe make it strongly typed even? That'd be fun.