| Course Information | Various C Web Links | |||||
| Book Source Code | ||||||
| Class Discussion Forum | C Ref | |||||
| Free
C compiler Compiler Help |
C Programming Many C Links NOTE! All programs except the last assignment must be submitted by December 3 to be considered for credit. |
|||||
| Midterm: Tues. 10/29 |
Dinkum C99 Library C Style |
|||||
| Assignments | Tutorial on Pointers and Arrays | |||||
| comp.lang.c FAQ | ||||||
| Try Outs / Lab Code | C History | |||||
| Annotated C Webliography | ||||||
| Final Exam Time: Monday, 12/9, 3:15-5:15 |
||||||
|
Key |
Meaning |
|
F1 |
Help for a system function under the cursor |
|
F2 |
Toggle breakpoint |
|
F4 |
Debugger, next line, without tracing calls |
|
Ctrl+F4 |
Close current document |
|
F5 |
Start the debugger |
|
F7 |
Set Bookmark |
|
Ctrl+F7 |
Goto bookmark |
|
F8 |
Debugger: Trace into |
|
F8 |
Go to definition |
|
Ctrl+F8 |
Show all calls to the function under the cursor |
|
F9 |
Make executable |
|
F11 |
Find matching brace, bracket, #endif |
|
Ctrl+F11 |
Recenter cursor in the window |
|
F12 |
List defined functions in current file |
|
Ctrl+Ins |
Copy into clipboard |
|
Shift+Ins |
Paste from keyboard |
|
Esc |
Complete the word under the cursor |
|
Ctrl+S |
Save |
|
Ctrl+G |
Goto line number |
|
Ctrl+Right arrow |
Goto next word |
|
Alt+Up arrow |
History of visited functions |
|
Alt+Left arrow |
Go to the last visited function |
|
Shift+Left arrow |
Select to the left |
|
Shift+Right arrow |
Select to the right |
|
Shift+Down arrow |
Select one line towards the bottom |
|
Shift+Up arrow |
Select one line to the top |
|
Shift+End |
Select till end of line |
Updated: 04/22/03