Fall 2017 Lecture 01

Date
August 21, 2017

Topics
Syllabus
Course Policies
What is a Compiler
Development Environment
Download & Install: CLion from JetBrains
Download & Install: the GNU C Compiler
Commenting
Importing
main function
printf function

References
Course Website: http://www.cise.ufl.edu/~pjd/courses/3275/admin/
JetBrains Student Apply Now
GNU C Compiler (gcc)
Hello Program

Reading
Chapters 1 & 2

Exercises
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 >>>>