06.05.17 - 07.30.17
malloc and Linked Lists
malloc with int's a struct rects and a simple linked list
Structures
rect's, student data, albums and songs, cars
fgets Example and Student Data
using fgets to create other input functions and a program to load student data into arrays (pre-structs)
More IO Work
copy example, grade reader x 2, buffered file IO
Header Files and IO
working with header files, unbuffered io, and file io
Menu Example and Recursion
function application examples
Reversing Arrays and Function Basics
pointer example reversing an array and the basics of C functions
Pointers
working with pointers basic, with scanf, and with arrays
Arrays
Working with arrays
More Control Structures
if, if/else, and switch and the menu example
Operators and Control Structures
logical operators and while loops
String and Operators
using strings and arithmetic operators
Data Types
finished overflow problem and worked with floats and doubles
Data Types
More basics and datatypes
Welcome Example
simple example of a first C program