标题:open-watcom-c-win32-1.7a 不支持C++吗
只看楼主
vfdff
Rank: 6Rank: 6
等 级:侠之大者
威 望:8
帖 子:2172
专家分:425
注 册:2005-7-15
结帖率:79.17%
 问题点数:0 回复次数:0 
open-watcom-c-win32-1.7a 不支持C++吗
好不容易在网上找到个支持 win的 watcom :open-watcom-c-win32-1.7a
我使用测试代码
#include <stdio.h>
int main()
{
    printf("Hello, World!\n");
    getchar();
    return 0;
} 能正常的编译运行,可是使用
#include <iostream>
#include <string>
int main()
{
    std::string s = "Hello, World!\n";
    std::cout << s;
    return 0;
}却连编译也不能通过
难道 他不支持 C++ 吗 ?
搜索更多相关主题的帖子: open-watcom 编译器 测试 
2008-08-07 12:03



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




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

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