├── LICENSE ├── README.md ├── arrayout.cpp ├── arrayshape.cpp ├── bintypes.cpp ├── box.cpp ├── interface.h ├── notype.h ├── podobject.cpp ├── podout.h ├── strinvoke.h ├── typefetch.h └── utf8.cpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/README.md -------------------------------------------------------------------------------- /arrayout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/arrayout.cpp -------------------------------------------------------------------------------- /arrayshape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/arrayshape.cpp -------------------------------------------------------------------------------- /bintypes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/bintypes.cpp -------------------------------------------------------------------------------- /box.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/box.cpp -------------------------------------------------------------------------------- /interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/interface.h -------------------------------------------------------------------------------- /notype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/notype.h -------------------------------------------------------------------------------- /podobject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/podobject.cpp -------------------------------------------------------------------------------- /podout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/podout.h -------------------------------------------------------------------------------- /strinvoke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/strinvoke.h -------------------------------------------------------------------------------- /typefetch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/typefetch.h -------------------------------------------------------------------------------- /utf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pufengdu/cppfun/HEAD/utf8.cpp --------------------------------------------------------------------------------