shorttermmem / testcpp

LIst of tricky cpp code snippets with makefile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testcpp

A list of tricky cpp code snippets with makefile.

1, circular_dependency

  • forward declaration
  • todo: dependency inversion

2, multiple_inheritance

  • virtual & non-virtual, inheritance sizes

how to run?

To build all subdir projects.

root >: makefile

About

LIst of tricky cpp code snippets with makefile.


Languages

Language:C++ 36.5%Language:Makefile 33.7%Language:Assembly 29.7%