Search TekSocial
Stay Connected

Enter your email address:

(We respect your privacy!)

Or subscribe with your favorite RSS Reader

  

Entries in C Programming (3)

2:04PM

C Programming Series Episode 3

In this episode we take a look at loops and if statements, demonstrate how they work and where to use them. We also look at infinite loops and how to avoid them. In the next episode we apply what we've learned about if statements and loops and build a simple program that finds the sum of multiples of 3 and 5 under 1000.  
3:50PM

C Programming Series: Episode 2

In this episode we deal with fgets and scanf to take in user input, and demonstrate which function is best to use at a given time. In the next episode we will take a look at if statements and loop structures.

Twitter | YouTube

8:01PM

C Programming Series: Episode 1

In this first episode I teach you the different data types C uses as well as how they work, and how to declare and use variables. Finally, I show you how to format and output the information to the terminal.

 

In the next episode I will show you how to take in user input, store it, and then output it to the screen as well as more advanced uses for strings.

 

 

Twitter: @joelcummings
Youtube: Techguy172