[More Deeper C++ Programming Language]—Introduction & Notice & References

HyunsuYu
More Deeper C++ Programming Language
2 min readJul 2, 2024

1. Introduction

Learning a programming language is not easy

But rather than learning the grammar of language, it’s more difficult to identify and learn the issues that are related to language — what happens behind the language, what happens with hardware, what happens in certain situations, what you don’t expect easily, what optimization techniques are there and how to use them

“More Deeper C++ Programming Language” seeks to convey deeper knowledge about C++ programming languages. It is an accurate and in-depth study of the ISO/IEC standard, AMD64 Architecture Manual, and other books and papers

2. Notice

This document aims to explore and organize the content of C++ in more depth and share it with the public from various perspectives based on the grammar and various documents specified in the standard

Replicating this document for non-profit purposes is acceptable.

Please note that some of the contents of the document may be wrong

3. References

--

--

HyunsuYu
More Deeper C++ Programming Language

As a game developer with Unity and C# as the main players, I've been working on a number of game development projects and side projects