CS16: Notes on various topics
P. Conrad, UCSB Dept. of Computer Science
- CS16 C FAQ: Q&A about C, for UCSB
- C vs Ch: The C language vs. Ch
- bitOps: Practice with bit operators (|,&,^,<<,>>)
- ch: Information on Ch for UCSB
- chmodQuiz1: Practice with the format of ls -l and chmod
- cmdlineargs: notes on command line args (argc, argv)
- gdb: Example session to see variable values
- notes on atoi: notes about atoi
- numberConversions: Decimal, Binary, Octal, Hexadecimal
- paramPassing: 10S, Handout on Parameter Passing
- typeExpressions: Type Expressions in C/C++ (practice exercises and handouts)
Which of these are on the midterm E01 for Spring 2010?
These:
chmodQuiz1: Practice with the format of ls -l and chmod
cmdlineargs: notes on command line args (argc, argv)
notes on atoi: notes about atoi
numberConversions: Decimal, Binary, Octal, Hexadecimal