After learning about programming, I finally got into touch with the core part of C ++-the standard library part (this is the point of view of an article I have read a long time ago, I think that the core of C ++ is the standard library and generic algorithm. At the same time, this article also thinks that C ++'s support for Object-Oriented is not the core ). Since we think VC's support for the standard is not perfect, we had to use the mingw platform without Linux and GCC when we got home. It seems that it has gradually adapted to vim and command line compilation. It is very convenient to return to the integration environment, but it is not easy to get rid of the various shortcut keys of vim. Today, I read an article on the Internet about how to build the vim platform in a Windows environment and how it feels like programming in Linux.
Setting up the vim and GCC environments in Windows is very convenient. Download vim7.1.exe, which is the same as installing common software. After installation, you need to add the mingw environment variable named path, the content is "Install Folder/bin". After adding the folder, you can use the command line to enter Vim. The usage is the same as that in Linux, only the final generated file is an EXE file and cannot pass ". /run the file name ". type the file name directly.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.