KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Inside-The-Cpp-Object-Model
★ 17
Open GitHub ↗
深度探索C++对象模型
Download README (.md)
Explore Similar Repositories
FindIl2cppApi
:
解析字符串引用,然后使用字符串引用加偏移定位关键函数,借助frida导出符号
PatternProgram3
:
No description available.
registry-web
:
React App for Comfy Registry
nostrame
:
Nostrame - Nostr Signer & Account Management Extension
OneStopParallel
:
A collection of optimal and heuristic scheduling tools
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Inside-The-Cpp-Object-Model
?
Download (.md)
# Inside-The-Cpp-Object-Model 本项目基于深度探索C++对象模型 Stanley B. Lippman(斯坦利·B·李普曼 著, 侯捷 译),与C++新经典:对象模型(王健伟著),总结C++对象模型相关知识。 ## 推荐书籍 1. 《深度探索C++对象模型》Stanley B. Lippman(斯坦利·B·李普曼 著, 侯捷 译) 本书是C++第一套编译器cfront的设计者所写(了解C++对象模型, 有助于在c++语言本身以及面向对象观念两方面层次提升) 2. 《C++新经典:对象模型》王健伟著,使用通俗易懂的语言对《深度探索C++对象模型》这本书进行了修正和扩充,书中大量使用实际的例子和汇编级调试验证相关内容。