Items related to C All-In-One Desk Reference for Dummies

C All-In-One Desk Reference for Dummies - Softcover

 
9780764570698: C All-In-One Desk Reference for Dummies
View all copies of this ISBN edition:
 
 
  • 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
  • Includes dozens of sample programs that readers can adapt and modify for their own uses
  • Written by the author of the first-ever For Dummies book-a man known for his ability to take complex material and present it in a way that makes it simple and fun

"synopsis" may belong to another edition of this title.

From the Back Cover:
6 books in 1 – plus sample code on our companion Web site

From basics to advanced techniques, here's your key to C programming!

No need to sing the blues – every important note about C programming is in this handy desk reference! From keywords, functions, and operators to strings and random access files, one of these six minibooks has it covered. And, you'll find that this book remains a handy reference long after you've become a virtuoso in C.

The Dummies Way

  • Coverage of the essentials and beyond
  • Explanations in plain English
  • "Get in, get out" information
  • Thumbtabs and other navigation aids
  • Tear-out cheat sheet
  • A dash of humor and fun

Discover how to:

  • Understand the C skeleton and source code
  • Use conditional statements, constants and variables, strings, arrays, and functions
  • Debug your code
  • Program games and graphics
  • Develop programs in Windows® and Linux®
About the Author:
Dan Gookin has been writing about technology for 20 years. He has contributed articles to numerous high-tech magazines and written more than 90 books about personal computing technology, many of them accurate.
He combines his love of writing with his interest in technology to create books that are informative and entertaining, but not boring. Having sold more than 14 million titles translated into more than 30 languages, Dan can attest that his method of crafting computer tomes does seem to work.
Perhaps Dan’s most famous title is the original DOS For Dummies, published in 1991. It became the world’s fastest-selling computer book, at one time moving more copies per week than the New York Times number-one best seller (although, because it’s a reference book, it could not be listed on the NYT best seller list). That book spawned the entire line of For Dummies books, which remains a publishing phenomenon to this day.
Dan’s most recent titles include PCs For Dummies, 9th Edition; Buying a Computer For Dummies, 2005 Edition; Troubleshooting Your PC For Dummies; Dan Gookin’s Naked Windows XP; and Dan Gookin’s Naked Office. He publishes a free weekly computer newsletter, “Weekly Wambooli Salad,” and also maintains the vast and helpful Web site www.wambooli.com.

"About this title" may belong to another edition of this title.

  • PublisherWiley Publishing, Inc.
  • Publication date2004
  • ISBN 10 0764570692
  • ISBN 13 9780764570698
  • BindingPaperback
  • Number of pages806
  • Rating

Top Search Results from the AbeBooks Marketplace

Stock Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Paperback Quantity: 1
Seller:
GoldenWavesOfBooks
(Fayetteville, TX, U.S.A.)

Book Description Paperback. Condition: new. New. Fast Shipping and good customer service. Seller Inventory # Holz_New_0764570692

More information about this seller | Contact seller

Buy New
US$ 22.27
Convert currency

Add to Basket

Shipping: US$ 4.00
Within U.S.A.
Destination, rates & speeds
Seller Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Softcover Quantity: 5
Seller:
GreatBookPrices
(Columbia, MD, U.S.A.)

Book Description Condition: New. Seller Inventory # 2179972-n

More information about this seller | Contact seller

Buy New
US$ 25.13
Convert currency

Add to Basket

Shipping: US$ 2.64
Within U.S.A.
Destination, rates & speeds
Stock Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Paperback Quantity: 1
Seller:
GoldBooks
(Denver, CO, U.S.A.)

Book Description Paperback. Condition: new. New Copy. Customer Service Guaranteed. Seller Inventory # think0764570692

More information about this seller | Contact seller

Buy New
US$ 23.53
Convert currency

Add to Basket

Shipping: US$ 4.25
Within U.S.A.
Destination, rates & speeds
Stock Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Softcover Quantity: 1
Seller:
Front Cover Books
(Denver, CO, U.S.A.)

Book Description Condition: new. Seller Inventory # FrontCover0764570692

More information about this seller | Contact seller

Buy New
US$ 23.48
Convert currency

Add to Basket

Shipping: US$ 4.30
Within U.S.A.
Destination, rates & speeds
Seller Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Soft Cover Quantity: 10
Seller:
booksXpress
(Bayonne, NJ, U.S.A.)

Book Description Soft Cover. Condition: new. Seller Inventory # 9780764570698

More information about this seller | Contact seller

Buy New
US$ 29.51
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Seller Image

Dan Gookin
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Paperback First Edition Quantity: 1
Seller:
Grand Eagle Retail
(Wilmington, DE, U.S.A.)

Book Description Paperback. Condition: new. Paperback. Ready, set, code! A user-friendly guide introducing the C programming language to new and intermediate coders The C programming language and its direct descendants are widespread and among the most popular programming languages used in the world today. The enduring popularity of C continues because C programs are fast, concise, and run on many different systems. Flexible and efficient, C is designed for a wide variety of programming tasks: system-level code, text processing, graphics, telecommunications, and many other application areas. C All-in-One Desk Reference For Dummies is for beginning and intermediate C programmers and provides a solid overview of the C programming language, from the basics to advanced concepts, with several exercises that give you real-world practice. C All-in-One Desk Reference For Dummies covers everything users need to get up to speed on C programming, including advanced topics to take their programming skill to the next level. Inside you'll learn 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 deploymentThe intricacies of writing the code -- the basic and not-so-basic building blocks that make up the source codeThorough coverage of keywords, program flow, conditional statements, constants and variables, numeric values, arrays, strings, functions, pointers, debugging, prototyping, and moreDozens of sample programs you can adapt and modify for your own use Written in plain English, this friendly guide also addresses some advanced programming topics, such as Programming for the Linux/Unix consoleWindows and Linux programmingGraphics programmingGames programmingInternet and network programmingHardware programming projects The book includes a handy appendix that shows you how to set up your computer for programming, how to select and use a text editor, and fix up the compiler, to ensure you're ready to work the author's examples. Written by Dan Gookin, the author of the first-ever For Dummies book (and several others) who's known for presenting complex material in an easy-to-understand way, this comprehensive guide makes learning the C programming language simple and fun. Grab your copy of C All-in-One Desk Reference For Dummies, so you can start coding your own programs. Suitable for C programmers, this book takes them 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. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9780764570698

More information about this seller | Contact seller

Buy New
US$ 37.49
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Softcover Quantity: > 20
Seller:
Brook Bookstore
(Milano, MI, Italy)

Book Description Condition: new. Seller Inventory # 4d8cb410b063e561fd02817bca624e5a

More information about this seller | Contact seller

Buy New
US$ 32.40
Convert currency

Add to Basket

Shipping: US$ 8.65
From Italy to U.S.A.
Destination, rates & speeds
Stock Image

Dan Gookin
Published by For Dummies (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Paperback Quantity: 1
Seller:
Revaluation Books
(Exeter, United Kingdom)

Book Description Paperback. Condition: Brand New. illustrated edition. 840 pages. 9.25x7.50x2.00 inches. In Stock. Seller Inventory # __0764570692

More information about this seller | Contact seller

Buy New
US$ 31.37
Convert currency

Add to Basket

Shipping: US$ 12.69
From United Kingdom to U.S.A.
Destination, rates & speeds
Stock Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Softcover Quantity: > 20
Seller:
Ria Christie Collections
(Uxbridge, United Kingdom)

Book Description Condition: New. In. Seller Inventory # ria9780764570698_new

More information about this seller | Contact seller

Buy New
US$ 34.59
Convert currency

Add to Basket

Shipping: US$ 12.67
From United Kingdom to U.S.A.
Destination, rates & speeds
Seller Image

Gookin, Dan
Published by Wiley Publishing, Inc. (2004)
ISBN 10: 0764570692 ISBN 13: 9780764570698
New Softcover Quantity: 5
Seller:
GreatBookPricesUK
(Castle Donington, DERBY, United Kingdom)

Book Description Condition: New. Seller Inventory # 2179972-n

More information about this seller | Contact seller

Buy New
US$ 29.56
Convert currency

Add to Basket

Shipping: US$ 19.04
From United Kingdom to U.S.A.
Destination, rates & speeds

There are more copies of this book

View all search results for this book