项目作者: francisvm

项目描述 :
C++ internals presentation https://thegameg.github.io/cxx-internals/
高级语言: Shell
项目地址: git://github.com/francisvm/cxx-internals.git
创建时间: 2016-11-14T21:45:35Z
项目社区:https://github.com/francisvm/cxx-internals

开源协议:

下载


Build Status

C++ internals

Check it out here.

This presentation aims at going deeper into C++ internals and implementation
details. It mainly shows how the ABI (Itanium) represents some C++ higher level
constructs.

It will go through

  • name mangling
  • inheritance
  • virtual

based on remark.js