ECE 460N Lab Assignments
Back To Home
Useful Links
Getting Started with gcc
How to port code from Windows to Unix
Note about Security of your files
Visual Studio: Compiling your code with C99
Secure Shell (SSH) client for windows
WinSCP
A Secure Copy client for windows - Useful if you want to copy files to/from your unix account.
"The C Programming Language"
by Kernighan and Ritchie. This is an excellent book on the C language.
C/C++ Reference
has some useful information about the functions available in the standard C library.
A quick tutorial on the
Unix environment
A reference card with commonly used commands for
emacs
A reference card with commonly used commands for
vim
GDB
, a command-line debugger for linux. To use GDB, be sure to include the "-g" flag when you compile with gcc.
Instructions for Testing and Submitting Code
Lab Submission instructions:
Google Doc
Lab Submission instructions:
PDF
Labs