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

TJS 455

Price Details

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

*All items will import from США

В наличии
США Импортировано из магазина USA

QTY:

Закажите сейчас и получите товар приблизительно Sunday, Июль 05
Our Top Logistics Partners
  • fedex
  • dhl
An invaluable insight into C and C++ programming languages and what's happening at the machine level.
Показать больше
Гарантия U-Care:
Нет
Выберите план
fast shipping

Fast
Shipping

free return

Free
Return*

secure packaging

Secure Packaging

100% original products

100% Original Products

pci-dss

PCI DSS Compliance

iso certified

ISO 27001 Certified


paypal payment
visa payment
mastercard payment
Note: Step Down Voltage Transformer required for using electronics products of США store (110-120). Recommended power converters Купите сейчас.

What Stands Out

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 Tajikistan. 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)

Who Should Buy?

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.

  • Casual Programmers

    Individuals who code occasionally may not benefit from the in-depth technical discussions covered in this edition.

  • Quick Reference Seekers

    Those looking for a concise, quick-reference guide may find the book's detailed explanations unnecessary for their needs.

ОПИСАНИЕ ТОВАРА

Вопросы и ответы клиентов

  • вопрос: 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 Tajikistan?

    отвечать: You can purchase 'C and C Under the Hood: 2nd Edition' from Ubuy in Tajikistan. 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

Редакционных отзывов не найдено

Customer Reviews & Ratings

4.5
16 оценки клиентов
  • 5 звезда
    79%
  • 4 звезда
    11%
  • 3 звезда
    0%
  • 2 звезда
    0%
  • 1 звезда
    10%

Оцените этот товар

Поделитесь своими впечатлениями

Product Price History

Важная информация

  • Ограничения: обратите внимание, что для товаров, поставляемых за границу, гарантия производителя может быть недействительной; обслуживание от производителя может быть недоступно; руководства по эксплуатации, а также инструкции и предупреждения о безопасности могут быть не на языках страны назначения; товары (и сопутствующие материалы) могут не быть разработаны в соответствии со стандартами, спецификациями и требованиями к маркировке страны назначения; товары также могут не соответствовать напряжению в стране назначения и другим электрическим стандартам (при необходимости требуется использование адаптера или преобразователя). Получатель несет ответственность за обеспечение законного ввоза товара в страну назначения. При заказе через Ubuy или его аффилированных лиц получатель является зарегистрированным импортером и должен соблюдать все законы и правила страны назначения.
  • Не все товары на Ubuy выставлены на продажу, поскольку Ubuy — это глобальная поисковая система. На товары распространяются законы в области экспорта и торговли.