Skip to content

C Programming Absolute Beginner's Guide

Spend $50 to get a free movie!

ISBN-10: 0789751984

ISBN-13: 9780789751980

Edition: 3rd 2014

Authors: Greg Perry, Dean Miller

List price: $29.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

C isn’t just the foundation for most modern programming languages: it’s a great solution for programs ranging from games to mobile apps. Now, you can painlessly master the newest version of C, and quickly start writing solid, useful code. C Programming Absolute Beginner’s Guide is the fastest way to get comfortable and productive with C11, even if you’re utterly new to C - or to programming! This friendly, practical book will help you do exactly what you want, one incredibly clear and easy step at a time. World-renowned tech tutorial author Greg Perry reveals C11’s power, and helps you quickly take advantage of it. He provides step-by-step instructions for every task requiring more than one…    
Customers also bought

Book details

List price: $29.99
Edition: 3rd
Copyright year: 2014
Publisher: Pearson Education
Publication date: 8/7/2013
Binding: Paperback
Pages: 352
Size: 7.00" wide x 9.00" long x 0.75" tall
Weight: 1.474
Language: English

First Steps with C
What is C Programming?
How Do I Get Started in C?
How Do I Know What's Happening?
Can I See Results?
How Do I Store Stuff?
Can C Store Words?
What Do #include and #define Mean?
Can I Ask the User Questions?
How Does C Do Math?
The Operating Room
What Else Can I Do With Expressions?
Can I Compare Two Values?
How Do I Test Several Things at Once?
Are There More Operators?
How Can I Do the Same Stuff Over and Over?
Are there Other Loops?
What If I Want to Stop in the Middle of a Loop?
How Can I Test Lots of Values?
How Else Can I Control Input and Output?
Can You Tell Me More About Strings?
Can C Do My Math Homework?
C Programs and Lots of Data
How Does C Work with Lists?
How Can I Search for Data?
How Can I Arrange and Alphabetize?
What's the Point?
How Are Arrays and Pointers Different?
Where's More Memory?
How Do I Store Lots of Data?
Form Follow Functions
Can My Programs Save Stuff on Disk?
Is There Another Way to Save Files?
How Can I Better Organize My Programs?
How Do Functions Share Data?
How Can I Perfect My Functions?
Appendixes
Where Do I Go From Here?
Playing Around with C Blackjack
The ASCII Table