1 2 3 4 5 6 7 8 9 10 11 12 | #include <iostream> using namespace std; int main() { int* arr = new int[3]; // delete[] arr; // delete arr } | cs |
9번째 줄이랑 10번째 줄 차이가 뭔가요 ?
1 2 3 4 5 6 7 8 9 10 11 12 | #include <iostream> using namespace std; int main() { int* arr = new int[3]; // delete[] arr; // delete arr } | cs |
9번째 줄이랑 10번째 줄 차이가 뭔가요 ?
http://lab.gamecodi.com/board/zboard.php?id=GAMECODILAB_QnA_etc&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=hit&desc=asc&no=4955
나도 까먹엇네