C Video Tutorial 2

C Video Tutorial 2Welcome to part 2 of my C Video Tutorial. If you missed part 1 check it out first.

In this part of my C Tutorial I will cover: Compiling Options, Relational Operators, Logical operators, If, Else, Else If, Conditional Operator, Sizeof(), Bytes, Bits, While, Do While, For, Break, Continue and more…

All of the code follows the video below. It is heavily commented to help you learn. Feel free to leave questions below.

If you like videos like this it helps to tell Google+ with a click here [googleplusone]

Code From the Video

10 thoughts on “C Video Tutorial 2”

  1. Hello Derek,

    Thank you very much for these video tutorials; they are turning up to a very comprehensive introduction to C. I had a suggestion that I hope you consider.

    Instead of diverging off to C++ or Java; it might be a good idea to demonstrate the Go programming language as it has a cleaner but familiar syntax; has the speed and efficiency of C and has some good primitives for multi-core programming among other features.

    Also, there are very few good introductions to Go; who else than you to start things off 🙂

    Thanks again for everything

    manoj

    1. Hello Manoj,

      Ill see what I can do about Go. I didn’t know anyone was interested in it. Ill be covering individual languages like c, c++, Ruby and I see about Go while I continue with Android.

      Thanks for the request 🙂

      Derek

  2. Hi Derek,

    I really love your tutorials, thanks a lot for them.

    I’d like to ask you to do an algorithm tutorial, stuff like quick-find, union, merge-sort and the like.

    Many thanks, keep up the great job!

    1. Hi, Thank you 🙂 I’m glad you enjoy them. I did an algorithm tutorial for Java and I’ll cover a bunch in this tutorial as well. Thank you for the request

Leave a Reply

Your email address will not be published. Required fields are marked *