D
DelinquentHabit
Hey,
I'm using VSCode for a small C project.
Been trying to compile with gcc.exe from Mingw but it doesn't have <winternl.h> whice I need for my code (although it has <windows.h> and other headers... but these things are beyond my understanding).
So, I tried compiling with cl.exe but apparently it has it's own problems.
I get the error message:
fatal error C1034: stdio.h: no include path set
Any Ideas where <stdio.h> has gone? Can't people code in C with peace?
Thanks.P.S: it seems microsoft doesn't have a forum for programmers (or its unintuitive). So please direct me to the correct place for that Q.
Continue reading...
I'm using VSCode for a small C project.
Been trying to compile with gcc.exe from Mingw but it doesn't have <winternl.h> whice I need for my code (although it has <windows.h> and other headers... but these things are beyond my understanding).
So, I tried compiling with cl.exe but apparently it has it's own problems.
I get the error message:
fatal error C1034: stdio.h: no include path set
Any Ideas where <stdio.h> has gone? Can't people code in C with peace?
Thanks.P.S: it seems microsoft doesn't have a forum for programmers (or its unintuitive). So please direct me to the correct place for that Q.
Continue reading...