01.09.17 - 05.07.17
Linked Lists
linked list example with add, show, and free functions
Passing Struct
passing structs and linked lists
More Structs
more cars, finished students, and music with structs in structs
Structs
simple structs and cars
fscanf and fgets
finished fscanf and working with fgets
More FileIO
command line arguments and fscanf
FileIO
echo file, write file, and copy example
Unbuffered IO
buffered vs unbuffered and readline function
Passing by Reference
pass by reference and bubble sort examples
More Functions
Passing and returning values
Simple Functions
lame math program, basic function structure, and passing single values
Arrays and Pointers
examples of using arrays as pointers
Month Names and Pointers
Month names example and beginning pointers
Arrays, String and Multi-D
arrays practice, strings as character arrays, and multidimensional array
Array Basics
using arrays and total and average example
Switches and Guessing Game
switch/case statements, break and continue, and the guessing game
Selection Structures
looping multiplication table example and if statements
Do While and For Loops
more looping examples with do/while and for
Basic While Loops
determinate and indeterminate loops
More Operators
miles to cm, seconds to times, and comparison operators
Operators
arithmetic, casting, and block operators
Strings and Constants
first and last name with strlen and constant variables and symbolic constants
Floats and Strings
Floating point types and strings
Int types and Casting
fixed miles to inches converted, int types, and characters
Variables, Input, and Datatypes
Convert miles to inches
Days Remaining
example with printf type specifiers and variables
Welcome to C!!!
our first C code example