Independence Systems Yokohama

My Name is Goro Nishida. I'm a software engineer living in Yokohama, Japan.

*

「 Visual C++ 」 一覧

vc

Visual C++ CRT build error(C4996) issue

  2015/10/08    Visual C++

Hi everyone! In this article, I’d like to talk about Visual C++ CRT build error(C4996). The build error occurs when we use C runtime library(CRT). I always use _CRT_SECURE_NO_WARNINGS macro for the issue. At first, I made a VC++ project …