C Primer Plus Sixth Edition 作者:Stephen Prata
C Primer Plus Sixth Edition 精彩文摘
Integrated Development Environments (Windows)
Quite a few vendors, including Microsoft, Embarcadero, and Digital Mars, offer Windows-based integrated development environments, or IDEs. (These days, most are combined C and C++ compilers.) Free downloads include Microsoft Visual Studio Express and Pelles C. All have fast, integrated environments for putting together C programs. The key point is that each of these programs has a built-in editor you can use to write a C program. Each provides menus that enable you to name and save your source code file, as well as menus that allow you to compile and run
your program without leaving the IDE. Each dumps you back into the editor if the compiler finds
any errors, and each identifies the offending lines and matches them to the appropriate error
messages.
本文来自掩于岁月投稿,不代表电子书资源网立场,如若转载,请联系原作者获取。