im just beginning to learn windows c api programming. i just have one question.
i downloaded and installed mingw32. if i run this command>

code

gcc windows.c -o windows

will it automatically compile the win32 program because mingw32 chains on to the gcc compiler or do i need to use mingw32 to do the compiling?