-
[C++] 동적 할당/new, delete공부/C++ 2022. 7. 7. 23:17
https://boycoding.tistory.com/204
C++ 07.12 - new와 delete를 사용한 동적 메모리 할당 (Dynamic memory allocation with new and delete)
new와 delete를 사용한 동적 메모리 할당 (Dynamic memory allocation with new and delete) 동적 메모리(dynamic memory) 할당이 필요하다. C++은 세 가지 기본 타입의 메모리 할당을 지원한다. 이 중 두 가지는..
boycoding.tistory.com
'공부 > C++' 카테고리의 다른 글
__restrict (0) 2023.07.14 [C++] 클래스 생성 (0) 2022.07.13 [C++] cout 조정자(Manipulator) (0) 2022.07.06 c++11/14 변경사항 (0) 2022.07.06 [C++] 표준입출력 (0) 2022.07.06