Stefan Lapadat
Stefan Lapadat

Reputation: 23

stdio.h in Visual Studio

I was wondering in which folder on my computer is stdio.h file placed. I have Windows 10, and Visual Studio 2015 (32 - bit) installed on my computer. Visual Studio includes tools for writing, compiling and executing C programs, so i think that it also must have stdio.h contained somewhere, am I right? I tried searching for stdio.h in folder C:\Program Files(x86)\Microsoft Visual Studio 14.0\VC and all of it's subfolders, but with no success. I would very appreciate if anyone could give me some guidelines or a solution to this problem.

Thank you in advanced for your time and answers!

Upvotes: 2

Views: 4717

Answers (1)

Shiva Chawala
Shiva Chawala

Reputation: 36

"The headers, sources, and libraries are now distributed as part of a separate Universal CRT SDK. This SDK is included with Visual Studio; it is installed by default to C:\Program Files (x86)\Windows Kits\10."

Upvotes: 2

Related Questions