CURRENT ISSUE Contests

bottom corner

Feature Article





Issue #212 March 2008

LESSONS FROM THE TRENCHES
Do You Want to Do a Design?

Linked Lists
by George Martin

After months of learning C, it’s time to apply what you’ve learned in a real-world application. George explains how to tackle a real design problem from start to finish.

For more about C language and writing code, visit George Martin’s blog, CCI C Programming Design Review, at http://ccidesignreview.wordpress.com/. Code and additional files are also available on the Circuit Cellar FTP site.

Start | Design Challenge |Database Design | Use A Linked List | Design Implementation | Code Review | Sources & PDF

You’ve been learning C for a while now. Hopefully, you can read and write C code. This month, I would like to take a real design problem from the beginning to the end. Along the way we’ll create a design, make design trade-offs, accept changes, and code the design. This should be interesting.

Next

 


bottom corner