Skip to content

Category Archives: C

Still Kicking

30-Jan-08

Okay. So, I didn’t get the week 2 recap posted last Friday and I’m not getting it posted today either. Before you folks go judging me and deciding I turned into a lazy bum I thought I should make some note of progress. As I’ve mentioned, SICP isn’t going as fast as I hoped but [...]

An Update On An Odyssey

02-Aug-06

I don’t know if it makes any sense to learn C code now that we’re in the 21st century. Nevertheless, I wanted to do it and I’m doing it. I’ve been stalled out at Chapter 1, Section 5 of The C Programming Language because I thought my code wasn’t working. It was compiling properly but [...]

The Beginning of a Coding Odyssey

09-Jul-06

Began learning C Programming today. Finally. I’m 16 pages through my 238 page book, The C Programming Language 2nd Edition. Having fun so far. Here is a code snippet: #include <stdio.h> /* fixing the program to do floating point calculations */ main () { float fahr, celsius, upper, lower, step; lower = 0; /* start [...]