Matt's Blog: while { coding }
    Back to Matt's Homepage   |   Hire Matt

Archive for the ‘programming’ Category

Typical Types of Typing and the Types They Typify, Part 1

Monday, November 2nd, 2009 Posted in Road To Wheeler, programming | 1 Comment »

Note: This is the first of a two-part entry in my ongoing "Road to Wheeler" series. In the C language, where I was first introduced to the concept of "type", types are metadata associated with some bytes. Here's some C ...