简体   繁体   中英

Using visual studio c++ compiler in netbeans

I want to develop a few assignments in C++ on Windows, but Visual Studio does not provide a few user functions that make development a real pain to go without. Can someone help me with setting up the Netbeans C++ environment to use the same compiler that Visual Studio is using?

NetBeans supports so called Tool Collection Descriptors, which are XML files telling NetBeans how to work with specific compiler collection. By default descriptors for Cygwin and MinGW are shipped. But it should be possible to create your own descriptor for Visual Studio and install it into NetBeans.

See this tutorial: http://www.netbeans.org/kb/docs/cnd/toolchain.html

I am currently writing a plugin/toolchain to use Visual C++ on Netbeans.
You can find the project called VCC4N on source forge or on NetBeans plugins .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM