October 2020
Beginner to intermediate
464 pages
8h 17m
English
Chapter 1
IN THIS CHAPTER
Reviewing software requirements
Programming at the command prompt
Using an IDE
Creating a command prompt program
Working in Code::Blocks
Compiling a program
You’re most likely eager to get started programming in C. I shan’t waste your time.
The two most important things you need to begin your programming adventure are
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 ...
Read now
Unlock full access