搜索资源列表
VC2008
- 一款编译器,在没有安装VS的情况下可以用它应应急。喜欢C++的必备哦-A compiler, it should not install VS Emergency. Like C++, an essential
Class
- 编译原理,用VC2008与LEX、YACC编写的计算器-Fundamentals of Compiling,Using the Vc2008,LEX and YACC to write a calculator
vc6.0-vc2008
- 在VC6的编译器中,这样的代码是没有问题的,因为VC6的编译器为了兼容旧的Microsoft C/C++编译器,没有严格按照C++标准执行,但是从VC7开始,VC的编译器开始遵守C++标准,所以就会出现“变量i没有定义的错误”。解决的方法也很简单,按照Jim Hyslop 和 Herb Sutter的经典对话系列的第四篇中的方法-VC6 compiler, this code is no problem, because VC6 compiler for compatibility with o