태그: safety
4편
-
[2026] C++ Buffer Overflow | 버퍼 오버플로우 가이드
Everything about C++ Buffer Overflow : from basic concepts to practical applications. Master key content quickly with examples.버퍼 오버플로우 가이드. Buffer Ov...
-
[2026] C++ Dangling Reference | 댕글링 레퍼런스 가이드
Everything about C++ Dangling Reference : from basic concepts to practical applications. Master key content quickly with examples.댕글링 레퍼런스 가이드. C++ Da...
-
[2026] C++ optional | 선택적 값 가이드
std::optional은 C++17에서 값의 존재 여부를 타입으로 표현하는 타입입니다. 이 글에서는 optional의 생성과 접근(value, value_or), nullopt 처리, 실무 패턴과 널·특수값 대비 장점을 예제 코드와 함께 단계적으로 다룹니다.
-
[2026] C++ Use After Free | 해제 후 사용 가이드
Everything about C++ Use After Free : from basic concepts to practical applications. Master key content quickly with examples.해제 후 사용 가이드. Use After F...