1.
How to Debug Programs
The assert macro is a quick and easy way to put debugging tests into a C/C++ program. To use this macro, you must include the assert.h header file near the ...
2.
Common C Programming Errors
This document lists the common C programming errors that the author sees ..... In fact, the program will not even wait for an input for the fgets() call. ...
3.
Common C Programming Errors
C input functions return values that can be used to check for EOF. For example, fgets returns the NULL pointer on EOF. Here's a better version of the ...
4.
Using the Emacs Editor
The Emacs text editor is a popular and powerful program that is available on many platforms (e.g., UNIX, DOS, Windows 9x and NT, and OS/2). ...
5.
Introduction to the UNIX Operating System
UNIX is a popular operating system. There are many different versions of UNIX .... To unsuspend and return to the original process, use the fg command. ...
6.
Introduction to the UNIX Operating System
UNIX is a popular operating system. There are many different versions of UNIX .... To unsuspend and return to the original process, use the fg command. ...
7.
Using the Emacs Editor
The user uses special keys to send commands to Emacs. ... To move and copy text in Emacs, the user must first mark the text to copy or move. ...
8.
Using the Emacs Editor
The Emacs text editor is a popular and powerful program that is available on ... key is mapped to return C-h (which is the help key for Emacs see below). ...
9.
PC Assembly Language
I also did not want students to have to go out and buy expensive software for the course. I decided to base the course on the free NASM (Netwide Assembler) ...
10.
PC Assembly Language
The tutorial has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about how C works ...