일기장

Visual studio scanf warning work around 본문

프로그래밍

Visual studio scanf warning work around

홍삼순액 2021. 10. 25. 19:26

Method 1.

#define _CRT_SECURE_NO_WARNINGS

Method 2.

#pragm warning(disable : 4996)

Method 3.

Project 생성시 추가 옵션으로 SDL 검사 체크 해제

Comments