CIS 1500 Lecture Notes - Lecture 9: C Data Types, Passwd, Gnu Compiler Collection

17 views6 pages

Document Summary

Announcements: monday and tuesday labs next week must be rescheduled, due to thanksgiving holiday, there is a re-scheduler on moodle, pick a new date, labs in 1305 and 1303: do not unplug anything. Plug your pi into the cables marked with blue or green, and press the silver button magically your pi will work! How should i can compiling my code? gcc -wall -std=c99 -o myexecutable myfile. c. Wall means that no warnings should be suppressed; this will help you debug your code. If you compile with warnings, you will get zero on the assignment. Std=c99 means that we are using the c99 standard. There are many different standards for c, we are using c99. O means output ; this lets you name an output file. If you do not pass this flag, it will call it a. out the example above compile your c code (myfile. c) to a binary executable called myexecutable.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents