// I want to fill arr[200] with zeros here. } } I used this: memset(arr, 0, 200*sizeof(float));. but debug freezes ...
確定! 回上一頁