Command Line Arguments, I/O, OpenGL Intro
Tom Kelliher, CS 320
Jan. 22, 2001
Pointers, malloc(), and free().
- Conclusion of C intro.
- OpenGL intro lab.
Chapter 1.
- Accessing the command line from a C program:
commandLine.c.
- The command line and Visual C++.
-
atoi().
- I/O in C with
(printf():
- The format string.
- Outputting a constant string.
-
\n.
- Conversion specifiers for ints, chars, and strings.
- For more, refer to Section 3 of the man pages.
OpenGL Introduction lab.
Thomas P. Kelliher
Sat Jan 20 11:09:28 EST 2001
Tom Kelliher