show/hide this revision's text 2 added 8 characters in body

The problem with learning C within Visual Studio is that you are using a subset of compiling C from using the Visual Studio C++ librarycompiler. You might want to try learning C using the GNU GCC compiler from within the Cygwin environment in Windows.

show/hide this revision's text 1

The problem with learning C within Visual Studio is that you are using a subset of C from the C++ library. You might want to try learning C using the GNU GCC compiler from within the Cygwin environment in Windows.