顯示具有 結構 標籤的文章。 顯示所有文章
顯示具有 結構 標籤的文章。 顯示所有文章

2019年3月12日 星期二

C++ struct 延伸(靜態記憶體 & 動態記憶體)

以下是靜態記憶體 & 動態記憶體的使用

靜態記憶體是由工程師自行定義Array的大小

動態記憶體則是將Array的大小設置成指標
讓工程師可以自行變更

Android Studio IDE 錯誤

 :app:compile xxxxx JavaWithJavac FAILED An exception has occurred in the compiler (1.8.0_312). Please file a bug against the Java compiler ...