文章列表
When to use C++ private inheritance over composition?(何时使用 C++ 私有继承而不是组合?)
How to generate assembly code with clang in Intel syntax?(如何在 Intel 语法中使用 clang 生成汇编代码?)
CPUID implementations in C++(C++ 中的 CPUID 实现)
Function Prologue and Epilogue in C(C 中的函数 Prologue 和 Epilogue)
Function to mangle/demangle functions(用于处理/解调函数的函数)
Using bts assembly instruction with gcc compiler(在 gcc 编译器中使用 bts 汇编指令)
Assembly ADC (Add with carry) to C++(将 ADC(带进位相加)组装到 C++)
How to include data object files (images, etc.) in program and access the symbols?(如何在程序中包含数据对象文件(图像等)并访问符号?)
Why can a T* be passed in register, but a unique_ptrlt;Tgt; cannot?(为什么可以在寄存器中传递 T*,而 unique_ptrlt;Tgt;不能?)
How does C++ exception handling translate to machine code(C++异常处理如何转化为机器码)