contents

 

front matter

preface

acknowledgments

about this book

about the author

about the cover illustration

1 Configuration and setup

1.1 The C development cycle

Editing source code

Compiling, linking, building

1.2 The integrated development environment (IDE)

Choosing an IDE

Using Code::Blocks

Using XCode

1.3 Command-line compiling

Accessing the terminal window

Reviewing basic shell commands

Exploring text screen editors

Using a GUI editor

Compiling and running

1.4 Libraries and compiler options

Linking libraries and setting other options in an IDE

Using command-line compiler options

1.5 Quiz

2 Daily greetings