标题:C++编译
取消只看楼主
樊恒
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2008-10-8
 问题点数:0 回复次数:0 
C++编译
#include <iostream>
using namespace std;
int main ()
{
    cout<<"This is a C++ progranm.";
    return 0;
}


-------------------Configuration: C++ 10 - Win32 Debug--------------------
Compiling...
Error spawning cl.exe

C++ 10.OBJ - 1 error(s), 0 warning(s)
请问高手为什么编译出错?
搜索更多相关主题的帖子: 编译 
2008-10-08 12:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-236975-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.297108 second(s), 10 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved