I just finished installing GCC on my windows laptop with MinGW, stdio.h library is there somewhere inside the file but Git Bash and windows CMD do not recognize it. I tried to run a simple Hello World program and it compiles but cannot find stdio.h lib. Can you please help? Thanks
PS. I've tried #include<stdio.h> and #include <stdio.h> (space or no space after include seems to not make a difference).info img
Use the newer MinGW-w64. There is a standalone build available on http://winlibs.com/ and there are some instructions on that site on how to use, including from the Command Prompt.
1.4m articles
1.4m replys
5 comments
57.0k users