Previous Lecture | Lecture 4 | Next Lecture |
Lecture 4, Thu 01/16
Functions, Loops (contd)
Topics
Intro to lab02 - ASCII Art
- Understanding what is expected
Under the hood of program compilation and execution
- From high-level programs to machine code
- What are .h, .o and .cpp file?
- What is an execuatble
- Steps in compilation * Creating object files and linking programs with g++