真的,很多地方讲得特别好:
In brief, Microsoft has encouraged programmers to shift from C to C++ or C#. Visual Studio supports C89/90, but its support for later standards, to date, consists of supporting those new features that also are found in C++, such as the long long type. Also, as of the 2012 edition, Visual Studio doesn’t offer C as one of the choices for project type.
One problem you might encounter is that the window showing the program execution vanishes when the program terminates. If that is the case for you, you can make the program pause until you press the Enter key. To do that, add the following line to the end of the program, just before the return statement:getchar();
反正我看挺好的,不喜勿喷
In brief, Microsoft has encouraged programmers to shift from C to C++ or C#. Visual Studio supports C89/90, but its support for later standards, to date, consists of supporting those new features that also are found in C++, such as the long long type. Also, as of the 2012 edition, Visual Studio doesn’t offer C as one of the choices for project type.
One problem you might encounter is that the window showing the program execution vanishes when the program terminates. If that is the case for you, you can make the program pause until you press the Enter key. To do that, add the following line to the end of the program, just before the return statement:getchar();
反正我看挺好的,不喜勿喷