I wish to learn C so that I can understand the concepts behind many major programming languages without the shortcuts that C++ has, or the garbage collectors that Java has. I plan on learning C and then going to C++, and I am currently studying Computer Science.
In anycase, I was wondering if Visual C++ 2008 Express Edition compiler for a Windows machine would be able to compile C source. I would think so, as you can implement C into C++. Yet, when I try to create a file there is no C selection. I can create header files, but I am not sure which files I need for C or C++. I know minimal information.
If I can not compile C with that compiler, is there another compiler that I can compile C with?
Thanks.