Skip to content

C All-In-One Desk Reference for Dummies

Best in textbook rentals since 2012!

ISBN-10: 0764570692

ISBN-13: 9780764570698

Edition: 2004

Authors: Dan Gookin, Sandra Geisler

List price: $39.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

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:

* Covers everything users need to get up to speed on C programming, including advanced topics to take their programming skill to the next level * Walks C programmers through the entire development cycle of a C program-designing and developing the program, writing source code, compiling the code, linking the code to create the executable programs, debugging, and deployment * Provides thorough coverage of keywords, program flow, conditional statements, constants and variables, numeric values, arrays, strings, functions, pointers, debugging, prototyping, and much more * Addresses some advanced programming topics such as graphics and game programming as well as Windows and Linux programming *…    
Customers also bought

Book details

List price: $39.99
Copyright year: 2004
Publisher: John Wiley & Sons, Incorporated
Publication date: 9/3/2004
Binding: Paperback
Pages: 848
Size: 7.30" wide x 9.20" long x 1.80" tall
Weight: 2.640
Language: English

Introduction
Hello, C
Your Basic C Program
How It All Works
More Basics, Comments, and Errors
Introducing Numbers and Variables
More Variables and Basic I/O
Decision Time
Looping
Using Constants
Mysterious Math
It's Only Logical
Middle C
Variables from Beyond Infinity
The Madness of Printf( )
Maniacal Math Functions
Not Truly Random
While Going Loopy
More Decision Making
The Goto Chapter
Above C Level
Asking for Arrays
I Sing of Strings
Messing with Characters
Stinkin' Structures
Creating Your Own Functions
Quitting Before You're Done
More Variable Nonsense
Advanced C
Introduction to Evil Pointers
Getting to the *Point
Binary Bits
The Myth of the Array
Pointers and Strings
Crazy Arrays of Pointers
Functions and Pointers
Structures, Pointers, and the Malloc Deity
Does Anyone Have the Time?
Building Big Programs
Help!
Disk Drive C
Just Your Standard I/O
Interacting with the Command Line
Hello, Disk!Chapter 4: More Formal File Writing and Reading
Random Access Files
Folder Folderol
Under New File Management
The Joy of Linked Lists
Why Linked Lists?
Dawn of the Database
Storing a Linked List on Disk
The Nightmare of the Double-Linked List
Appendixes
The Stuff You Need to Know before Reading Everything Else in This Book
ASCII Table
Answers to Exercises
C Language Keywords and Operators
C Language Variable Types
Escape Sequences
Conversion Characters
Index