Re: Looking for a C class

2011-03-20 Thread kitepi...@kitepilot.com
I personally think that looking for a C class with such specific purpose and narrow scope, is a waste of time and may indicate that you don't understand your own needs. No insult here, been there, done that, time and again, sucks... The point is: data structures have nothing to do with the

Re: Looking for a C class

2011-03-20 Thread Andrew Harris
You can't go wrong with just trying things, looking up docs, and asking questions. That's what I'm doing right now for C. All you need to invest in is a web browser, IRC client, compiler, and a proper editor. Some resources: http://cplusplus.com/reference/clibrary/ irc.freenode.net ##c (beware

Re: Looking for a C class

2011-03-19 Thread Alan Dayley
Maybe something from MIT? http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/ I'm too lazy to dig through the list for you but you have the incentive! Alan On Fri, Mar 18, 2011 at 7:20 PM, Bryan O'Neal bryan.on...@theonealandassociates.com wrote: I am looking for a C class

Re: Looking for a C class

2011-03-18 Thread James Finstrom
C has no class. Sorry had to do it... On Mar 18, 2011 7:20 PM, Bryan Oapos;Neal bryan.on...@theonealandassociates.com wrote: I am looking for a C class that is data structures focused and not windows dominate. Suggestions? -- Sent from my mobile device

Re: Looking for a C class

2011-03-18 Thread Eric Cope
ASU and the local community colleges used to have a data structures class from the engineering department. I'd imagine it still exists. Eric On Mar 18, 2011, at 7:41 PM, James Finstrom jfinst...@rhinoequipment.com wrote: C has no class. Sorry had to do it... On Mar 18, 2011 7:20

Re: Looking for a C class

2011-03-18 Thread Jim March
I asked a Mexican IT guy if he was a programmer. C senor! --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

RE: Looking for a C class

2011-03-18 Thread Jack Hildwine
Not to diminish the real value of a live classroom experience but there are several books that focus on algorithms + data structures in C. There are also articles by Dan Saks that demonstrate C, data structures and the code generated. I'd also be surprised if there weren't some online recorded