I want to learn C so that I can understand the concepts of many major programming languages without the shortcuts that C ++ has or the garbage collectors that Java has. I plan to learn C and then switch to C ++, and now I am studying Computer Science.
In any case, I was wondering if the Visual C ++ 2008 Express Edition compiler for the Windows machine could compile the source C. I would have thought so, since you can implement C in C ++. However, when I try to create a file, there is no C selection. I can create header files, but I'm not sure which files I need for C or C ++. I know the minimum information.
If I cannot compile C with this compiler, is there another compiler with which I can compile C?
Thank.
source
share