Author Topic: Video Tutorials on C Data Structures  (Read 1843 times)

0 Members and 3 Guests are viewing this topic.

kryton9

  • Guest
Video Tutorials on C Data Structures
« on: September 14, 2013, 02:32:50 PM »
I have come to conclusion that developing my work in C will offer the work to be used by many languages I like in the future from oxygen, thinbasic and scriptbasic. The only thing holding me back was the wonderful STL libraries that c++ offers.

I then came upon these tutorials that will hopefully allow me to develop the vision in my head in C and then use in the mentioned languages in the future. If you are in a similar boat, thought this link would prove useful, enjoy.

http://www.youtube.com/playlist?list=PL-P0Ga7fA2ne0Xh_BBDu3g0aIqWTgukax

Update: The Playlist is not in the proper order and there are different teachers. I am going to look for a better series if I can find one. As I read in a book, the difference between a hobbyist programmer and a computer scientist is how they use and implement abstractions based on data structures and algorithms. I have seen this power in a series from Stanford in c++, now to find something useful in C :)
« Last Edit: September 14, 2013, 07:54:26 PM by kryton9 »

JRS

  • Guest
Re: Video Tutorials on C Data Structures
« Reply #1 on: September 14, 2013, 04:50:38 PM »
I'm glad Peter Verhas made that choice in the beginning as it sure has paid off. (portability)