[Instructions] [Search] [Current] [News] [Syllabus] [Glance] [Links] [Handouts] [Outlines] [Labs] [Assignments] [Exams] [Examples] [Project]
Back to Network Building Blocks. On to Header Files and the Preprocessor.
Held Monday, January 31, 2000
Overview
Today's outline does not yet have an overview. Please let me know if you think it should have one.
Notes
Contents
Summary
% gcc -c filename.c
.o file. You then need to link
together the .o files along with the libraries.
(Java dynamically loads libraries; C does not.)
% gcc -o excecutable file1.o ... filen.o
man command. So you can type man perror
to understand perror.
man while trying to understand the
sample code.
Thursday, 20 January 2000
Monday, 31 January 2000
Back to Network Building Blocks. On to Header Files and the Preprocessor.
[Instructions] [Search] [Current] [News] [Syllabus] [Glance] [Links] [Handouts] [Outlines] [Labs] [Assignments] [Exams] [Examples] [Project]
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
This page may be found at http://www.math.grin.edu/~rebelsky/Courses/CS364/2000S/Outlines/outline.04.html
Source text last modified Mon Jan 31 14:04:04 2000.
This page generated on Mon Jan 31 14:10:31 2000 by Siteweaver. Validate this page's HTML.
Contact our webmaster at rebelsky@grinnell.edu