Picture 1 of 2


Gallery
Picture 1 of 2


Have one to sell?
Learn C the Hard Way: Practical Exercises on the Computational Subjects Y - GOOD
US $14.99
Condition:
Good
A book that has been read but is in good condition. Very minimal damage to the cover including scuff marks, but no holes or tears. The dust jacket for hard covers may not be included. Binding has minimal wear. The majority of pages are undamaged with minimal creasing or tearing, minimal pencil underlining of text, no highlighting of text, no writing in margins. No missing pages. See the seller’s listing for full details and description of any imperfections.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Shipping:
Free USPS Media MailTM.
Located in: Atlanta, Georgia, United States
Delivery:
Estimated between Fri, Aug 1 and Thu, Aug 7 to 94104
Returns:
14 days returns. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Payments:
Special financing available. See terms and apply now- for PayPal Credit, opens in a new window or tab
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard
Shop with confidence
Seller assumes all responsibility for this listing.
eBay item number:127047096044
Item specifics
- Condition
- Brand
- Unbranded
- Book Title
- Learn C the Hard Way: Practical Exercises on the Computational S
- MPN
- Does not apply
- ISBN
- 9780321884923
- Subject Area
- Computers
- Publication Name
- Learn C the Hard Way : Practical Exercises on the Computational Subjects You Keep Avoiding (Like C)
- Publisher
- Addison Wesley Professional
- Item Length
- 9.1 in
- Subject
- Programming Languages / General, Programming Languages / C
- Publication Year
- 2015
- Series
- Zed Shaw's Hard Way Ser.
- Type
- Textbook
- Format
- Trade Paperback / Mixed Lot
- Language
- English
- Item Height
- 0.8 in
- Item Weight
- 22.6 Oz
- Item Width
- 7.1 in
- Number of Pages
- 384 Pages
About this product
Product Identifiers
Publisher
Addison Wesley Professional
ISBN-10
0321884922
ISBN-13
9780321884923
eBay Product ID (ePID)
143666190
Product Key Features
Number of Pages
384 Pages
Publication Name
Learn C the Hard Way : Practical Exercises on the Computational Subjects You Keep Avoiding (Like C)
Language
English
Publication Year
2015
Subject
Programming Languages / General, Programming Languages / C
Type
Textbook
Subject Area
Computers
Series
Zed Shaw's Hard Way Ser.
Format
Trade Paperback / Mixed Lot
Dimensions
Item Height
0.8 in
Item Weight
22.6 Oz
Item Length
9.1 in
Item Width
7.1 in
Additional Product Features
Intended Audience
College Audience
LCCN
2015-020858
Table Of Content
Exercise 0: The Setup Exercise 1: Dust Off That Compiler Exercise 2: Using Makefiles to Build Exercise 3: Formatted Printing Exercise 4: Using a Debugger Exercise 5: Memorizing C Operators Exercise 6: Memorizing C Syntax Exercise 7: Variables and Types Exercise 8: If, Else-If, Else Exercise 9: While-Loop and Boolean Expressions Exercise 10: Switch Statements Exercise 11: Arrays and Strings Exercise 12: Sizes and Arrays Exercise 13: For-Loops and Arrays of Strings Exercise 14: Writing and Using Functions Exercise 15: Pointers, Dreaded Pointers Exercise 16: Structs and Pointers to Them Exercise 17: Heap and Stack Memory Allocation Exercise 18: Pointers to Functions Exercise 19: Zed's Awesome Debug Macros Exercise 20: Advanced Debugging Techniques Exercise 21: Advanced Data Types and Flow Control Exercise 22: The Stack, Scope, and Globals Exercise 23: Meet Duff's Device Exercise 24: Input, Output, Files Exercise 25: Variable Argument Functions Exercise 26: Project logfind Exercise 27: Creative and Defensive Programming Exercise 28: Intermediate Makefiles Exercise 29: Libraries and Linking &
Synopsis
Forget old-fashioned C programming books that assume the reader is a computer hardware expert and teach frustrating, old-fashioned coding styles. If your students know any language at all, Zed A. Shaw's Learn C the Hard Way can help them get started fast with modern C programming. This book/CD package is called "The Hard Way," but it's really quite easy: it just requires discipline, practice, and persistence. Shaw teaches how to write modern, clean, clear C code through dozens of brilliantly-crafted exercises, most on two pages. Shaw offers plenty of extra help through 5+ full hours of CD-based teaching video. Nothing important comes without discipline, practice, and persistence., You Will Learn C Zed Shaw has crafted the perfect course for the beginning C programmer eager to advance their skills in any language. Follow it and you will learn the many skills early and junior programmers need to succeed-just like the hundreds of thousands of programmers Zed has taught to date You bring discipline, commitment, persistence, and experience with any programming language; the author supplies everything else. In Learn C the Hard Way , you'll learn C by working through 52 brilliantly crafted exercises. Watch Zed Shaw's teaching video and read the exercise. Type his code precisely. (No copying and pasting ) Fix your mistakes. Watch the programs run. As you do, you'll learn what good, modern C programs look like; how to think more effectively about code; and how to find and fix mistakes far more efficiently. Most importantly, you'll master rigorous defensive programming techniques, so you can use any language to create software that protects itself from malicious activity and defects. Through practical projects you'll apply what you learn to build confidence in your new skills. Shaw teaches the key skills you need to start writing excellent C software, including Setting up a C environment Basic syntax and idioms Compilation, make files, and linkers Operators, variables, and data types Program control Arrays and strings Functions, pointers, and structs Memory allocation I/O and files Libraries Data structures, including linked lists, sort, and search Stacks and queues Debugging, defensive coding, and automated testing Fixing stack overflows, illegal memory access, and more Breaking and hacking your own C code It'll Be Hard at First. But Soon, You'll Just Get It-And That Will Feel Great This tutorial will reward you for every minute you put into it. Soon, you'll know one of the world's most powerful programming languages. You'll be a C programmer. Watch Zed, too The accompanying DVD contains 5+ hours of passionate, powerful teaching: a complete C video course If you purchase the digital edition, be sure to read "Where Are the Companion Content Files" at the end of the eBook to learn how to access the videos., You Will Learn C! Zed Shaw has crafted the perfect course for the beginning C programmer eager to advance their skills in any language. Follow it and you will learn the many skills early and junior programmers need to succeed-just like the hundreds of thousands of programmers Zed has taught to date! You bring discipline, commitment, persistence, and experience with any programming language; the author supplies everything else. In Learn C the Hard Way , you'll learn C by working through 52 brilliantly crafted exercises. Watch Zed Shaw's teaching video and read the exercise. Type his code precisely. (No copying and pasting!) Fix your mistakes. Watch the programs run. As you do, you'll learn what good, modern C programs look like; how to think more effectively about code; and how to find and fix mistakes far more efficiently. Most importantly, you'll master rigorous defensive programming techniques, so you can use any language to create software that protects itself from malicious activity and defects. Through practical projects you'll apply what you learn to build confidence in your new skills. Shaw teaches the key skills you need to start writing excellent C software, including Setting up a C environment Basic syntax and idioms Compilation, make files, and linkers Operators, variables, and data types Program control Arrays and strings Functions, pointers, and structs Memory allocation I/O and files Libraries Data structures, including linked lists, sort, and search Stacks and queues Debugging, defensive coding, and automated testing Fixing stack overflows, illegal memory access, and more Breaking and hacking your own C code It'll Be Hard at First. But Soon, You'll Just Get It-And That Will Feel Great! This tutorial will reward you for every minute you put into it. Soon, you'll know one of the world's most powerful programming languages. You'll be a C programmer. Watch Zed, too! The accompanying DVD contains 5+ hours of passionate, powerful teaching: a complete C video course! If you purchase the digital edition, be sure to read "Where Are the Companion Content Files" at the end of the eBook to learn how to access the videos., You Will Learn C Zed Shaw has crafted the perfect course for the beginning C programmer eager to advance their skills in any language. Follow it and you will learn the many skills early and junior programmers need to succeed-just like the hundreds of thousands of programmers Zed has taught to date You bring discipline, commitment, persistence, and experience with any programming language; the author supplies everything else. In Learn C the Hard Way , you'll learn C by working through 52 brilliantly crafted exercises. Watch Zed Shaw's teaching video and read the exercise. Type his code precisely. (No copying and pasting ) Fix your mistakes. Watch the programs run. As you do, you'll learn what good, modern C programs look like; how to think more effectively about code; and how to find and fix mistakes far more efficiently. Most importantly, you'll master rigorous defensive programming techniques, so you can use any language to create software that protects itself from malicious activity and defects. Through practical projects you'll apply what you learn to build confidence in your new skills. Shaw teaches the key skills you need to start writing excellent C software, including Setting up a C environment Basic syntax and idioms Compilation, make files, and linkers Operators, variables, and data types Program control Arrays and strings Functions, pointers, and structs Memory allocation I/O and files Libraries Data structures, including linked lists, sort, and search Stacks and queues Debugging, defensive coding, and automated testing Fixing stack overflows, illegal memory access, and more Breaking and hacking your own C code It'll Be Hard at First. But Soon, You'll Just Get It-And That Will Feel Great This tutorial will reward you for every minute you put into it. Soon, you'll know one of the world's most powerful programming languages. You'll be a C programmer. Watch Zed, too The accompanying DVD contains 5+ hours of passionate, powerful teaching: a complete C video course If you purchase the digital edition, be sure to read Where Are the Companion Content Files at the end of the eBook to learn how to access the videos.
LC Classification Number
QA76.73.C15
Item description from the seller
Seller feedback (1,045)
- b***e (1015)- Feedback left by buyer.Past 6 monthsVerified purchaseAAA++++ SELLER!!!! Item exactly as described and shipping was VERY fast. Item was shipped in a nice box and wrapped in bubble wrap. My highest recommendation . I will definitely buy from this seller again!
- -***j (267)- Feedback left by buyer.Past 6 monthsVerified purchaseitem as described, fair price, fast shipping, great sellerTHE ROLLING STONES CD Lot SOME GIRLS + STICKY FINGERS, EXILE ON MAIN ST. (#126211370914)
- l***8 (403)- Feedback left by buyer.Past 6 monthsVerified purchaseQuick shipping and exactly as expected. Great seller!
Product ratings and reviews
Most relevant reviews
- Jan 29, 2020
Good purchase, worth the money it costs.
Verified purchase: YesCondition: Pre-OwnedSold by: second.sale
- Jan 28, 2023
Perfect!
Verified purchase: YesCondition: Pre-OwnedSold by: salesbyz
More to explore :
- Phonics Practice Readers,
- Theory and Practice of Counseling and Psychotherapy,
- Revision/Practice Study Paperbacks Prep,
- Revision/Practice Study Hardcovers Prep,
- Learning to Read Fiction Picture Books Books,
- Learning to Read Fiction & Nonfiction Books,
- Learning to Read Children's & Young Adults' Books,
- Fiction Fiction & Learning to Read Books with Vintage,
- Learning to Read Fiction Board Books Books,
- The Cat in the Hat Fiction Learning to Read Picture Books Books