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
منتج #: 114572310

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

منتج #: 114572310

KWD 13

تفاصيل السعر

باستثناء رسوم الشحن والجمارك ( سيتم احتساب رسوم الشحن والجمارك عند إتمام الشراء )

*سيتم استيراد جميع العناصر من أمريكا

متوفر فى المخزون
أمريكا مستورد من متجر USA
اطلب الآن واحصل عليه حول الخميس, سبتمبر 10
أفضل شركائنا اللوجستيين
  • fedex
  • dhl
  • aramex
An invaluable insight into C and C++ programming languages and what's happening at the machine level.
عرض المزيد
كفالة يو كير:
لا شيء
اختر الباقة
fast shipping

شحن
سريع

free return

استرجاع
مجاني*

تغليف آمن

تغليف آمن

منتجات أصلية %100

منتجات أصلية %100

pci-dss

الامتثال لمعيار PCI DSS

iso certified

حاصل على شهادة ISO 27001


paypal payment
knet payment
visa payment
mastercard payment
deema payment
Note: Step Down Voltage Transformer required for using electronics products of أمريكا store (110-120). Recommended power converters اشتري الآن.

مايفيد

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.

تفاصيل المنتج

Shop C and C++ Under the Hood: 2nd Edition online at a best price in الكويت. 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)

من يجب أن يشتري؟

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.

وصف المنتج

هل لديك أي استفسار؟ تحدث معنا

أسئلة العملاء & الإجابات

  • سؤال: What is 'C and C Under the Hood: 2nd Edition' about?

    إجابه: '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.
  • سؤال: Who is the target audience for this book?

    إجابه: 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.
  • سؤال: What makes the 2nd edition different from the 1st edition?

    إجابه: 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.
  • سؤال: Is prior knowledge of programming required?

    إجابه: 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.
  • سؤال: Are there practical exercises included in the book?

    إجابه: '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.
  • سؤال: What types of programming concepts are covered?

    إجابه: 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.
  • سؤال: Will this book help with coding interviews?

    إجابه: 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.
  • سؤال: Are there real-world applications provided in the book?

    إجابه: 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.
  • سؤال: Can this book be used as a reference for professional development?

    إجابه: '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.
  • سؤال: Where can I buy 'C and C Under the Hood: 2nd Edition' in Kuwait?

    إجابه: You can purchase 'C and C Under the Hood: 2nd Edition' from Ubuy in Kuwait. 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

C and C++ Under the Hood: 2nd Edition offers an in-depth exploration of computer systems, providing readers with a comprehensive understanding of assembly language, compilers, and the intricacies of both C and C++. The book emphasizes practical learning, guiding you through complex topics such as linking processes and assembly, with hands-on projects supported by a software package for easier completion. Readers have praised the author's ability to explain challenging material effectively, which enhances programming skills and promotes a deeper grasp of the fundamentals of computer science. This makes it not just a coding book but a valuable resource for understanding the underlying systems too.

مراجعات العملاء وتقييماتهم

16 تقييمات العملاء
  • 5 نجمة
    79%
  • 4 نجمة
    11%
  • 3 نجمة
    0%
  • 2 نجمة
    0%
  • 1 نجمة
    10%

أضف تقييم لهذا المنتج

شارك أفكارك مع عملاء آخرين

إيجابيات

  • In-depth coverage of computer systems and programming languages
  • Hands-on projects enhance practical learning experience
  • Effective explanations of complex topics
  • Supports skill improvement in programming
  • Valuable resource for understanding hardware and software

سلبيات

  • Material can be challenging for beginners

منصة موثوقة وثقة كاملة للمشتري

trustpilot logo
4.4/5 257 التقييمات
اطّلع على التقييمات
A
Ahmad
مشتري موثّق

“Fast delivery, great experience overall.”

03-Jul-26 · عبر Trustpilot
AM
abbas
مشتري موثّق

“Excellent item received as expected and before the estimated time. Thanks for the great service.”

19-Jul-26 · عبر Trustpilot
WA
Waleed
مشتري موثّق

“Thank you for your message. I received the product and it is very good ? I?m really impressed with how great it works! I will be happy to share my feedback on the website.”

11 February 2026 · عبر Trustpilot
AA
Ahmed
مشتري موثّق

“Very good the same exact product that i wanted good shipping and delivery”

10 June 2026 · عبر Trustpilot
AN
Ambhita
مشتري موثّق

“Package delivered on time”

10 July 2026 · عبر Trustpilot
الخروج الآمن شحن عالمي إسترجاع سهل منتجات أصلية

الماركات التجارية ذات الصلة

تاريخ سعر المنتج

معلومات مهمة

  • القيود: بالنسبة للمنتجات التي يتم شحنها دولياً، يُرجى ملاحظة أن أي ضمان من الشركة المصنعة قد لا يكون صالحاً؛ قد لا تتوفر خيارات خدمة الشركة المصنعة؛ قد لا تكون أدلة المنتج والتعليمات وتحذيرات السلامة مكتوبة بلغة بلد المقصد؛ قد لا يتم تصميم المنتجات (والمواد المصاحبة لها) وفقاً لمعايير بلد الوجهة والمواصفات ومتطلبات الملصقات؛ وقد لا تتوافق المنتجات مع الجهد الكهربي المستخدم في بلد الوجهة والمعايير الكهربائية الأخرى (تتطلب استخدام محوّل كهربي أو جهاز تحويل إذا كان ذلك مناسباً). المستلم مسؤول عن ضمان إمكانية استيراد المنتج بشكل قانوني إلى بلد الوجهة. عند الطلب من يوباي أو الشركات التابعة لها، يكون المستلم هو المستورد المسجل ويجب أن يلتزم بجميع القوانين واللوائح الخاصة ببلد الوجهة.
  • ليست كل المنتجات المدرجة على يوباي معروضة للبيع، لأن يوباي هو محرك بحث عالمي. المنتجات تخضع للوائح التصدير / التجارة.