Public Resources for C Programming, Particularly Video?

H

haziz

What public or open-courseware resources are available for C programming particularly at an intermediate level? I have actually taken the CS50 course via Harvard Extension so I am looking for other resources. Coverage of datastructures using C rather than Java would also be welcome. Prefer video resources (videotaped lectures in particular). Focus on Unix programming at the command line level also welcome. I am also going through K&R to reinforce my comfort with C even though I just finished the formal programming course.

Thanks.

Sincerely,

Hany.
 
F

FireXware

What public or open-courseware resources are available for C programming particularly at an intermediate level? I have actually taken the CS50 course via Harvard Extension so I am looking for other resources. Coverage of data structures using C rather than Java would also be welcome. Prefer video resources (videotaped lectures in particular). Focus on Unix programming at the command line level also welcome. I am also going through K&R to reinforce my comfort with C even though I just finished the formal programming course.

I've been watching these lectures:


Really good discussion on how things work internally. In some of the
later lectures he teaches how to implement generic procedures in C,
which could be extended to data structures. There's also some good stuff
on multi-threading.

Another good one is:


It's mostly C++ but you might be able to get something useful out of it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top