Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
C/C++에서 공부하면서 코드 짜보는데 scanf_s가 오류가 뜨던데 뭐가 문제일까요?
제가 겪은 오류와 같은 문제인지는 잘 모르겠는데, 혹시 scanf()함수를 쓰시지 않으셨나요? 왜인지 최신 Visual Studio에서는 scanf함수를 사용할 경우 보안상 문제가 있을 수 있다면서 scanf_s()를 쓰도록 권장하던데 함수를 한번 바꿔보세요. 저도 코딩 잘 몰라서 둘이 어떤 차이인지는 잘 모르겠는데 초보 입장에서 봤을 때 둘이 똑같아요 (전 구분 못하겠음)
혹시 어떤 오류가 출력됐는지 답글로 남겨주실 수 있나요?