View Single Post
Old 02-19-2003, 11:48 AM   #3 (permalink)
carrja99
Registered User
 
Join Date: Feb 2003
Posts: 34
carrja99 is on a distinguished road
yeah... perhaps something where once a week (or sometimes even twice a week) a certain concept is posted. It would be aimed towards intermediate users (so we can skip the "Hello World" crap), something like starting off with basic file i/o, then looking at sorting algorithms, searching, elementary data structures, etc.

I'll probably get around to setting up a thread starting with a lesson on linked lists because I've noticed alot of people (including myself the first time) having trouble with them when they're pretty easy when you understand them.

basically, it'd be kind of an interactive tutorial, where someone could read it, practrice the exercises, and then post something like "yeah, but when I tried <something> I keep getting the error <error>. Why? Here's my code." or "Interesting, but I was wondering if you could implement this by..." which, the second response mentioned brings the interesting insight together. Some people see different ways of solving a problem, which can either be more efficient or the same results but different implementation.

Well, I'll post one tonight after classes. laters!
carrja99 is offline   Reply With Quote