Storing a CSV text file into a C Struct

I came across a problem where I wanted to grab some data off a CSV text file (see sample below)...

More practice: sorting

I wanted to try my hand at sorting, this time, because it's something I never got around to doing in...

Quick and Dirty Test for Primes

Again, just practicing; this time, on how to determine whether a given number is prime or not. This was actually...

No Fun with Roman Numerals

I was going over the ICT Proficiency sample exam earlier because apparently I've got to take it pretty soon —...