Chapter 1

A Quick Start for the Impatient

IN THIS CHAPTER

check Reviewing software requirements

check Programming at the command prompt

check Using an IDE

check Creating a command prompt program

check Working in Code::Blocks

check Compiling a program

You’re most likely eager to get started programming in C. I shan’t waste your time.

Tip If you already have a compiler or an IDE set up and are ready to go, skip to Chapter 2.

What You Need to Program

The two most important things you need to begin your programming adventure are

  • A computer
  • Access to the Internet

The computer is your primary tool for writing and compiling code. Yes, even if you’re writing a game for the Xbox, you need a computer to be able to code. The computer can be a PC or a Macintosh. The PC can run Windows or Linux.

Internet access is necessary to obtain ...

Get C Programming For Dummies, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.