Suite101
Post this Blog to facebook Add this Blog to del.icio.us! Digg this Blog furl this Blog Add this Blog to Reddit Add this Blog to Technorati Add this Blog to Newsvine Add this Blog to Windows Live Add this Blog to Yahoo Add this Blog to StumbleUpon Add this Blog to BlinkLists Add this Blog to Spurl Add this Blog to Google Add this Blog to Ask Add this Blog to Squidoo

May 12, 2006

Data types in C

In the User Defined Data Types in C article, we look at ways in which the basic set of data types can be extended to allow the programmer to extend the initial selection.

Why do this? Two reasons : one, it makes code look, and read, better, and two, it allows us to store multipart data (fields) in single variables (like a record).

Before rushing off and reading it, though, you might like to stop by the Programming Concepts & Principles section of the general programming topic. Just as a refresher...