p3
THIS CHAPTER SHOWS YOU HOW TO PERFORM THE BASIC steps required to create a
C or C++ Linux program
Throughout this book, we’ll assume that you’re familiar with the C or C++ programming languages and the most common functions in the standard C library
p4
1.1 Editing with Emacs
An editor is the program that you use to edit source code.
1.1.1 Opening a C or C++ Source File
p5
1.1.2 Automatic Formatting