討論串[問題] 發生 EXCEPTION_DATATYPE_MISALIGNMENT
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
首先. char* buffer = new char[1024]; // a big buffer. int* pInt = reinterpret_cast<int*>(buffer);. double* pDouble = reinterpret_cast<double*>(buffer);.
(還有483個字)
內容預覽:
大家好. 今天郁到一個奇怪的exception 在非pc 平台的windows環境 wince. 但我不知道我哪裡寫錯了@@. 我的程式碼大概寫這樣~. char *RealBuffer = new char[sizeof(int) + sizeof(long long) + sizeof(bool
(還有1114個字)
首頁
上一頁
1
下一頁
尾頁