No. SDL2 is a C library, and since C has no delete keyword, it wouldn't make sense here. C allocates memory using malloc and friends, ...
確定! 回上一頁