Previous Lecture | lect04 Slides | Next Lecture |
Code from class: https://github.com/ucsb-cs16-su17/code-from-class/tree/master/Lec04
Topics
- Reading files
<fstream>
resource: http://www.cplusplus.com/reference/fstream/
getline
- Compiling vs. Linking
- Making our own header files/libraries
- Introduction to Makefiles—they will figure out exactly what needs to be compiled
- Resource on Makefiles: https://stackoverflow.com/questions/2481269/how-to-make-a-simple-c-makefile