[ C++ ] array太大 stack overflow

1. 把array放在global => 不建議

2.  int *a = new int[1000000]; =>記得要delete

留言

熱門文章