Fall 2017 Lecture 03
- Date
- August 25, 2017
- Topics
- A backslash, '\', is the escape sequence character
- Try out: \n, \t, \", \\
- Data Types: char, int, float
- User Input: scanf function
- Variables
- Algorithms
- References
- GNU C Compiler (gcc)
- Mac: Using Homebrew to Install GCC
- Windows: Using MinGW to Install GCC
- Variables
- Algorithms
- Reading
- Chapters 1 & 2
- Exercises
- HW #1 is posted.
- Download & Install: CLion from JetBrains
- Download & Install: the GNU C Compiler
- Compile and run a C program that prints "Hello World" to the console.
- Compile and run a C program that prints your name and major on different lines to the console.
<<<< Prev
Next >>>>