For the rest of this book, unless otherwise noted, you will continue to use your computer with the following:
- The plain text editor of your choice
- A console, Terminal, or command-line window (depending on your OS)
- The compiler, either GCC or Clang, for your particular OS
For the sake of consistency, it is best if you use the same computer and programming tools. By doing so, you can focus more closely on the details of C on your computer.
The source code for this chapter can be found athttps://github.com/PacktPublishing/Learn-C-Programming.