• Dev CPP Install - install help
  • A simple C file, pausing and capturing output - tutorial
  • Window 2000 & XP Capturing Output
  • For Loop - Interesting, the video shows how to increment and decrement numbers in a loop. It also shows how a compiler will let you know if you are using a function that is defined improperly.
  • if else statement - learn how to preform various statements in your program based on different conditions.
  • More For Loop help. Watch as a trace through 2 programs.
  • Math library functions - learn about floor, ceil, and other such functions.
  • while & scanf - learn to read in prices and get a total
  • File access - learn how to read and write to a file - sample file
  • Functions - how to pass parameters, get return values, and deal wth pointers.
  • Arrays - learn about arrays, and two-dimensional arrays.
  • Pointers
  • Strings
  • Structures
  • Base Numbers
  • Switch Statement