【工做筆記】結構體值獲取失敗

示例代碼:ios #include <iostream> #include <map> typedef struct TEST_STRUCT { int age; int number; }TEST, *PTEST; std::map<int,PTEST> gMapTestPointer; std::map<int,TEST> gMapTest; void makeDataPointer(
相關文章
相關標籤/搜索