You are purchasing a standalone product; MyProgrammingLab does not come packaged with this content If you would like to purchase MyProgrammingLab search for / 9780134243948. That package includes 0134014898 / 9780134014890 and 013425399X / 9780134253992.
Learning to Program with ANSI-C Problem Solving and Program Design in C teaches readers to program with ANSI-C, a standardized, industrial-strength programming language known for its power and probability. The text uses widely accepted software engineering methods to teach readers to design cohesive, adaptable, and reusable program solution modules with ANSI-C. Through case studies and real world examples, readers are able to envision a professional career in programming.
Widely perceived as an extremely difficult language due to its association with complex machinery, the Eighth Edition approaches C as conducive to introductory courses in program development. C language topics are organized based on the needs of beginner programmers rather than structure, making for an even easier introduction to the subject. Covering various aspects of software engineering, including a heavy focus on pointer concepts, the text engages readers to use their problem solving skills throughout.
Also Available with MyProgrammingLab™ This title is also available with MyProgrammingLab – an online homework, tutorial, and assessment program designed to work with this text to(engage students and improve results. Within its structured environment, students practice what they learn, test their understanding, and(pursue a personalized study plan that helps them better absorb course material and understand difficult concepts.
Students, if interested in purchasing this title with MyProgrammingLab, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information.
Absolutely amazing and thorough text on programming as per ANSI C standards.
Great example text blocks to use and run within your own compiler, and is a wholistic type of learning experience for how computers both read code and function from them.
I enjoyed this textbook for my class, it was especially helpful to find there was an international version of the text at discount -> with the SAME information as the domestic print!
After jumping around the chapters a bit, I decided that there's not much value in me learning about the syntax of C at this point in my programming self-education, and the logical concepts introduced here are things I already know. I didn't rate the book because it is probably a lovely enough introduction, but just not a value add for me.
The only downside i can find of this book is the price 140 bucks are too much (worth but not all can afford it) but you can workaround if you go to your Uni's or other library... [continue later]
This is a great book, but it's not C85 or later - it's Ken and Ritchie C, so it doesn't compile in most modern C compilers like GNU C or Clang. It usually compiles in a C++ compiler, but pointers work very differently between the two languages.