C and C++ Under the Hood: 2nd Edition
C and C++ Under the Hood: 2nd Edition
An invaluable insight into C and C++ programming languages and what's happening at the machine level.
C and C++ Under the Hood: 2nd Edition
Nº de artículo: 114572310

C and C++ Under the Hood: 2nd Edition

Nº de artículo: 114572310

MXN 845

Price Details

Excluding Shipping & Custom charges ( Shipping and custom charges will be calculated on checkout )

*All items will import from Estados Unidos

En stock
Estados Unidos Importado de la tienda de EE.UU.
Haz tu pedido ahora y lo recibirás alrededor del Miércoles, Agosto 12
Nuestros socios logísticos principales
  • fedex
  • dhl
An invaluable insight into C and C++ programming languages and what's happening at the machine level.
mostrar más
Garantía U-Care:
Ninguno
Selecciona un plan
fast shipping

Fast
Shipping

free return

Devolución
gratuita*

Empaque seguro

Empaque seguro

Productos 100% originales

Productos 100% originales

pci-dss

PCI DSS Compliance

iso certified

ISO 27001 Certified


paypal payment
visa payment
mastercard payment
bank transfer payment

Lo que Destaca

In-Depth Exploration
Delve into the inner workings of C and C++ programming languages, providing a comprehensive understanding of their mechanisms, enabling users to write more efficient and optimized code.
Updated Content
This 2nd edition features the latest language standards and programming paradigms, ensuring readers are equipped with up-to-date knowledge for contemporary software development challenges.
Expert Insights
Authored by industry professionals, this book offers practical tips and advanced techniques that bridge theory and application, enhancing the reader's skills and approach to programming problems.

Detalles de producto

Shop C and C++ Under the Hood: 2nd Edition online at a best price in Mexico. B09B74P6C4
  • 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)

¿Quién Debería Comprarlo?

Suitable For
  • 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.

Not Suitable For
  • Beginners

    New learners with no prior programming experience might find the content too advanced and overwhelming to grasp.

DESCRIPCIÓN DEL PRODUCTO

¿Tiene alguna pregunta? Chatea con nosotros

Preguntas y respuestas de los clientes

  • pregunta: What is 'C and C Under the Hood: 2nd Edition' about?

    responder: '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.
  • pregunta: Who is the target audience for this book?

    responder: 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.
  • pregunta: What makes the 2nd edition different from the 1st edition?

    responder: 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.
  • pregunta: Is prior knowledge of programming required?

    responder: 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.
  • pregunta: Are there practical exercises included in the book?

    responder: '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.
  • pregunta: What types of programming concepts are covered?

    responder: 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.
  • pregunta: Will this book help with coding interviews?

    responder: 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.
  • pregunta: Are there real-world applications provided in the book?

    responder: 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.
  • pregunta: Can this book be used as a reference for professional development?

    responder: '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.
  • pregunta: Where can I buy 'C and C Under the Hood: 2nd Edition' in Mexico?

    responder: You can purchase 'C and C Under the Hood: 2nd Edition' from Ubuy in Mexico. 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. **

Reseña y calificación de los clientes

4.5
16 calificaciones de los clientes
  • 5 estrellas
    79%
  • 4 estrellas
    11%
  • 3 estrellas
    0%
  • 2 estrellas
    0%
  • 1 estrellas
    10%

Reseñe este producto

Comparta su opinión con otros clientes

Ventajas

  • 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.

Desventajas

  • Material can be difficult for beginners.

Platform Trust & Buyer Confidence

trustpilot logo
4.2/5 9250 + reviews
Read reviews
MA
Mohammad
Verified buyer

“Excellent quality and original too,when ubuy send original things I will appreciate that ,I very satisfied thank you”

23 July 2026 · via Trustpilot
CK
Chitra
Verified buyer

“The order and delivery progress was communicated very well. Package arrived within the estimated time. Products arrived as expected in good condition.”

22-Jul-26 · via Trustpilot
K
kund
Verified buyer

“Good supply of products. Safe payment methods, and shipment worldwide! Genuine products.”

23-Jul-26 · via Trustpilot
OO
Onesi
Verified buyer

“Was my first time buying a product from Ubuy, but I found it so helpful. This is reliable. Gonna place a new order!”

22 July 2026 · via Trustpilot
SJ
SAO JOHN
Verified buyer

“Ubuy is a great online platform to buy stuff. Reliable, fast delivery time and great value for money. I've been using Ubuy online shopping platform for three years now and will continue to do so.”

23 July 2026 · via Trustpilot
Pago seguro Global Delivery Easy Returns Genuine Products

Historial de precios del producto

Información importante

  • Limitaciones: Para los productos enviados al extranjero, ten en cuenta que cualquier garantía del fabricante puede no ser válida; las opciones de servicio del fabricante pueden no estar disponibles; los manuales del producto, las instrucciones y las advertencias de seguridad pueden no estar en los idiomas del país de destino; los productos (y los materiales que los acompañan) pueden no estar diseñados de acuerdo con las normas, especificaciones y requisitos de etiquetado del país de destino; y los productos pueden no ajustarse al voltaje del país de destino y a otras normas eléctricas (lo que requiere el uso de un adaptador o convertidor, si procede). El destinatario es responsable de asegurarse de que el producto puede ser importado legalmente al país de destino. Cuando hagas un pedido a Ubuy o a sus filiales, el destinatario es el importador registrado y debe cumplir todas las leyes y normativas del país de destino.
  • No todos los productos que aparecen en Ubuy están a la venta, ya que Ubuy es un motor de búsqueda a nivel mundial. Los productos están sujetos a las normas de exportación/comercio.