Home > Database > Mysql Tutorial > acm pc2编译器搭配

acm pc2编译器搭配

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:12:23
Original
1115 people have browsed it

http://blog.csdn.net/huanran_li/archive/2010/04/26/5531161.aspx,谢谢 校内acm刚刚结束,本次全部又我们负责,第一次全面提供技术支持,感觉还真吃力啊!单单调配pc2就耗费了我不少时间!下面是pc2配置:(以vc为编译环境) 配置环境变量:jdk设置:path=C

http://blog.csdn.net/huanran_li/archive/2010/04/26/5531161.aspx,谢谢

 

校内acm刚刚结束,本次全部又我们负责,第一次全面提供技术支持,感觉还真吃力啊!单单调配pc2就耗费了我不少时间!下面是pc2配置:(以vc为编译环境)

配置环境变量:jdk设置:path=C:/Program Files/Java/jdk1.6.0/bin;

      vc编译器设置:

                         path=C:/Program Files/Microsoft Visual Studio/VC98/Bin;

                         lib=C:/Program Files/Microsoft Visual Studio/VC98/Lib;

                         include=C:/Program Files/Microsoft Visual Studio/VC98/include

  

环境变量配置完成之后,设置下pc2就ok了!pc2设置如下:

            compile com line: cl.exe {:mainfile}

            Executable Filename: {:basename}.exe

            program execution command line:{:basename}.exe

 

做到这些配置,基本上编译就不成问题了!注意,期间可以需要到C:/Program Files/Microsoft Visual Studio/COMMON/Tools路径下拷贝mspdb60.dll到C:/Program Files/Microsoft Visual Studio/VC98/Bin;!这个自己调试就Ok了!

           

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template