Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列のクラス名からC++でポインタをキャストする方法は?
疑似コード:
int * ptr = something; myStruct ptrstruct = (ClassFromString("myStruct") ptr); // The class/struct name is passed in as String
ありがとうございました