01-27 19:15
Recent Posts
Recent Comments
관리 메뉴

너와나의 관심사

fopen error (Visual studio Express 2013) 본문

카테고리 없음

fopen error (Visual studio Express 2013)

벤치마킹 2016. 8. 28. 07:58

File open 관련 error 메세지가 아래 처럼 발생하는데 이걸 수정해 줄려면 


code 단에 아래 code 를 추가해주면된다.. 집에서 example code 를 추가할때 사용하면 유용하다.


#pragma warning(disable: 4996) 



[warning or error ]

warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable 

deprecation, use 




Comments