設計の見直し
Common.hの中身を Limits.h Limits.cpp Math.h Math.cpp
typedef basic_string<TCHAR> tstring typedef basic_stringstream<TCHAR> tstring; あるいはその他の別名定義を新しく用意する
3rd-party Libraryのinterface, structures , constantsをwrappingするクラスあるいはnamespace を用意したほうが良い?
継承階層の見直し
リソースマネージャ
Common.hの中身を Limits.h Limits.cpp Math.h Math.cpp
typedef basic_string<TCHAR> tstring typedef basic_stringstream<TCHAR> tstring; あるいはその他の別名定義を新しく用意する
3rd-party Libraryのinterface, structures , constantsをwrappingするクラスあるいはnamespace を用意したほうが良い?
継承階層の見直し
リソースマネージャ