In today's video I create a C program that counts the occurences of words in a string.
Github: https://github.com/unconv/wordcount
00:00 Intro
00:27 Start coding
07:03 First compilation + Debugging
10:58 It works!
11:58 Converting to use structs
16:55 Sorting the word list by occurences
23:36 Reading text from a file
29:31 Outro