- Home Page /
- Books /
- Computers & Technology /
- Hardware & DIY /
- Design & Architecture /
- C and C++ Under the Hood: 2nd Edition
C and C++ Under the Hood: 2nd Edition
CDF 110607
Price Details
Excluding Shipping & Custom charges ( Shipping and custom charges will be calculated on checkout )
*All items will import from US
Ubuy works hard to protect your security and privacy. Our advanced payment security system ensures confidentiality by encrypting your information during transmission using AES (Advanced Encryption Standards) and SSL (Secure Socket Layer) protocols. Your payment details are 100% secure as we do not share your payment details with third party sellers.
An invaluable insight into C and C++ programming languages and what's happening at the machine level.
Fast
Shipping
Free
Return*
Secure Packaging
100% Original Products
PCI DSS Compliance
ISO 27001 Certified
What Stands Out
Product Details
- This second edition of the the highly acclaimed first edition provides the reader with an invaluable insight into C and C++ in particular and programming languages in general. Although the title of the book, C and C++ Under the Hood, suggests that the book has a narrow scope, in fact, just the opposite is true: It is an introduction to assembly language, programming language design, object-oriented programming, assemblers, compilers, interpreters, linkers, computer architecture, and system programming. You will learn what happens at the machine level corresponding to the features, constructs, operations, and extensions of the C and C++ programming languages. For example, you will learnwhat an object in memory looks like and how its functions are called and its data accessedwhy dynamic local variables have no default values but global variables dohow virtual functions are implementedwhat happens during a call by referencewhat is the difference between static functions and ordinary functionssome interesting parameter-passing extensions (pass by value-result, pass by name)what happens when a recursive function is executedwhat startup code is and what is its functionhow two separately-compiled modules are linked togetherwhat is in object and executable fileshow to write an assembler and a linkerhow to write a machine language interpreterThe book is accompanied by a free download which includes an easy-to-use but powerful assembler, linker, interpreter, and debugger program for the Windows, Mac OS X, Linux, and Raspberry Pi systems. Included in the book are a number of well-defined system programming projects that support the material covered. This second edition incorporates a number of improvements:The text includes a new chapter on the microlevel accompanied by supporting software so readers can write and experiment with their own microcode. In addition, the software package contains a second new chapter in pdf format on virtual memory.The software package now includes slides for the textbook.The directions and shell programs for the projects in the system programming chapter have been improved.The instruction set has been substantially expanded and improved.The text now uses the more standard gcc assembly language format and directives. The software supports both the gcc format and the format and directives used in the first edition.
| Publisher | Independently published |
| Publication date | July 25, 2021 |
| Language | English |
| Print length | 290 pages |
| ISBN-13 | 979-8514952076 |
| Item Weight | 1.68 pounds (760 grams) |
| Dimensions | 8.5 x 0.66 x 11 inches (21.6 x 1.7 x 27.9 cm) |
Who Should Buy?
-
Intermediate Developers
Developers with basic knowledge looking to deepen their understanding of C and C++ internals will benefit greatly.
-
Computer Science Students
Students studying programming or computer science can enhance their comprehension of language mechanics and concepts through this book.
-
Software Engineers
Practicing software engineers wanting to optimize performance and maximize efficiency in C and C++ applications will find this valuable.
-
Beginners
New learners with no prior programming experience might find the content too advanced and overwhelming to grasp.
Product Description
Customer Questions & Answers
-
Question:
What is 'C and C Under the Hood: 2nd Edition' about?
Answer: 'C and C Under the Hood: 2nd Edition' is a comprehensive guide that delves into the underlying mechanics of the C and C++ programming languages. It offers insights into the nuances of both languages, including memory management, data structures, and performance optimization. This second edition enhances the original with updated examples and real-world applications, allowing readers to grasp complex concepts more easily. For programmers aiming to deepen their understanding, this book serves as an essential resource to master the fundamentals and advanced techniques effectively. -
Question:
Who is the target audience for this book?
Answer: The book primarily targets intermediate to advanced programmers who have a basic understanding of C and C++. It is particularly beneficial for software developers, computer science students, and technical professionals looking to enhance their coding proficiency. By addressing both quintessential and advanced topics, readers can expect to refine their skills and prepare for more complex programming challenges. This makes it a valuable tool not only for self-study but also for academic purposes. -
Question:
What makes the 2nd edition different from the 1st edition?
Answer: The 2nd edition of 'C and C Under the Hood' includes significant updates, including new chapters focusing on modern practices and more illustrative examples. It reflects the latest programming paradigms and tools available to C and C++ developers. Additionally, it has incorporated feedback from users of the first edition, thereby improving clarity and application of concepts. This ensures that readers have access to the most relevant and useful material for their coding journey. -
Question:
Is prior knowledge of programming required?
Answer: While prior knowledge of programming concepts can be advantageous, 'C and C Under the Hood: 2nd Edition' is designed for those with a fundamental understanding of C or C++. Beginners may find the initial chapters accessible, but some sections may be challenging without prior programming experience. The book progressively builds in complexity, allowing readers to scaffold their learning as they proceed through the chapters. -
Question:
Are there practical exercises included in the book?
Answer: 'C and C Under the Hood: 2nd Edition' features numerous practical exercises and code snippets throughout each chapter to reinforce the material covered. These exercises help readers apply theoretical concepts to real-world scenarios, making it easier to understand coding logic and problem-solving techniques. Engaging with these exercises can significantly enhance learning by allowing readers to test their knowledge and discover areas for further study. -
Question:
What types of programming concepts are covered?
Answer: This book covers a variety of programming concepts, including memory management, data structures, algorithms, and object-oriented programming in C++. Advanced topics like multithreading and performance optimization are also discussed. The approach taken is to explain these concepts from a foundational perspective, making it easier for readers to grasp not just how but why certain programming techniques are used. This comprehensive coverage ensures a well-rounded knowledge base for practical coding tasks. -
Question:
Will this book help with coding interviews?
Answer: Yes, 'C and C Under the Hood: 2nd Edition' is a great resource for preparing for coding interviews, particularly for positions requiring expertise in C and C++. The book equips readers with essential problem-solving skills and algorithmic thinking, which are critical in technical interviews. By understanding the concepts and practicing problems presented, candidates can build the confidence needed to tackle coding challenges during interview processes. -
Question:
Are there real-world applications provided in the book?
Answer: Absolutely, the book includes various real-world applications and case studies that illustrate how C and C++ are used in actual software development situations. This context enables readers to understand the relevance and practical utility of concepts being discussed. Whether it's building efficient algorithms or managing memory effectively, these examples offer readers a clearer perspective on applying their knowledge in their professional projects and tasks. -
Question:
Can this book be used as a reference for professional development?
Answer: 'C and C Under the Hood: 2nd Edition' is indeed suitable as a reference for professional development. Its organized structure and detailed explanations allow users to look up specific concepts quickly. Professionals in the software industry can utilize it as a reliable resource for refreshing their knowledge or learning new strategies to enhance coding efficiency and effectiveness in their work. This on-demand access to vital information makes it an invaluable companion for ongoing skill development. -
Question:
Where can I buy 'C and C Under the Hood: 2nd Edition' in Republic of the Congo?
Answer: You can purchase 'C and C Under the Hood: 2nd Edition' from Ubuy in Republic of the Congo. Ubuy offers a convenient platform for acquiring a variety of books, including this edition, ensuring a seamless shopping experience for customers. Additionally, Ubuy often provides various options for delivery and offers resources to assist you in making informed buying decisions. Explore Ubuy to find this valuable programming resource.
Design & Architecture Editorial Review
**** The second edition of "C and C Under the Hood" builds upon the strengths of its predecessor, offering a deep dive into the complex world of computer systems, assembly language, and programming languages, particularly C and C++. Customers have overwhelmingly praised this edition, highlighting its unique ability to illuminate intricate concepts that often elude understanding in other textbooks. Readers report a transformative experience, feeling that their proficiency has markedly improved, shifting from competent programming to a grasp of core computer science principles. The book excels in its thorough exploration of topics, teaching not only theoretical principles but also providing practical skills, such as writing a linker and exploring machine instructions in a hands-on manner. One of the standout features is the challenging projects presented at the end of the book. These projects are designed to reinforce learning through practice and come with supportive resources that make complex tasks more approachable. Readers have uncovered a wealth of knowledge about not just the C and C++ languages but the broader landscape of computer systems, encompassing both hardware and software nuances. The detailed explanations offered by the author foster a deeper appreciation and understanding of programming, appealing to those who wish to elevate their skills beyond basic coding. **
Customer Reviews & Ratings
-
5 Star
79%
-
4 Star
11%
-
3 Star
0%
-
2 Star
0%
-
1 Star
10%
Review this product
Share your thoughts with other customers
Pros
- In-depth exploration of complex topics in computer science.
- Transforms readers from competent programmers to knowledgeable computer scientists.
- Emphasis on practical skills with hands-on projects.
- Challenging yet supportive project work to solidify understanding.
- Comprehensive coverage of both C/C++ and overarching computer system principles.
Cons
- Material can be difficult for beginners.
Platform Trust & Buyer Confidence
“The product received very good packaging & safe…Thank You”
“Accurate delivery timing given”
“Not madly expensive like I thought, and much quicker than promised.”
“Never dealt with Ubuy before, but everything worked out great. Seamless cross border purchasing and shipping. Thanks!”
“The process was smooth, with clear communication and timelines. This was my 1st purchase and I am really impressed. I will definitely be coming back.”
Product Price History
Important information
- Limitations : For products shipped internationally, please note that any manufacturer warranty may not be valid; manufacturer service options may not be available; product manuals, instructions, and safety warnings may not be in destination country languages; the products (and accompanying materials) may not be designed in accordance with destination country standards, specifications, and labeling requirements; and the products may not conform to destination country voltage and other electrical standards (requiring use of an adapter or converter if appropriate). The recipient is responsible for assuring that the product can be lawfully imported to the destination country. When ordering from Ubuy or its affiliates, the recipient is the importer of record and must comply with all laws and regulations of the destination country.
- Not all the products listed on Ubuy are for sale, as Ubuy is a global search engine. Products are subject to export/trade regulations.
CDF 110607
Order now and get it around Wednesday, July 29
This item is not restrict in my country.(Please click on above link if this item is not restrict in your country, So our team will review and allow.)
QTY:
PCI DSS compliant and ISO 27001:2022 certified, with encrypted payments and full buyer protection on every order.
Features & Benefits
- Gain deep understanding of C and C++ along with programming languages.
- Explore assembly language, object-oriented concepts, and computer architecture.
- Learn about memory structures, function calls, and variable types.
- Get hands-on experience with system programming projects included.
- Free supporting software for assemblers, linkers, and interpreters included.
- Improved content and format over the first edition for enhanced learning.
Ubuy Assurance
Experience worry-free shopping with 100% original products, PCI DSS-compliant payment security, ISO 27001-certified data protection, the fastest cross-border delivery, free returns *, and secure packaging on every order.

