gpt4 book ai didi

c++ - Borland Can't Compile,怎么回事,我都启动不了

转载 作者:太空狗 更新时间:2023-10-29 23:38:24 34 4
gpt4 key购买 nike

C:\BORLAND\BCC55\BIN>bcc32 hello.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
hello.cpp:
Error E2209 hello.cpp 2: Unable to open include file 'iostream'
Error E2090 hello.cpp 6: Qualifier 'std' is not a class or namespace name in fun
ction main()
Error E2379 hello.cpp 6: Statement missing ; in function main()
*** 3 errors in Compile ***

我很伤心,你看! :-(

@oggy:我在 Embarcadero 阅读了说明。现在,它说...

#include <iostream.h>
int main(void)
{
cout << "Hello." << endl;
return 0;
}

C:\Borland\BCC55\Bin\MySource>bcc32 hello.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
hello.cpp:
Error E2209 hello.cpp 1: Unable to open include file 'iostream.h'
Error E2451 hello.cpp 4: Undefined symbol 'cout' in function main()
Error E2451 hello.cpp 4: Undefined symbol 'end' in function main()
Error E2379 hello.cpp 4: Statement missing ; in function main()
*** 4 errors in Compile ***

最佳答案

说真的,如果你继续使用 Borland 的编译器,你会一直遇到麻烦。它在他们的计算机 博物馆 中免费提供是有原因的 - 它很古老。版权行本身应该足以证明这一点:

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland

真的想要一个几十年没有更新的编译器,一个标准早已落后的编译器吗?

如果您对老式计算感兴趣,那么它就是您获得的编译器,与拥有 TRS-80 和 Apple II 仿真器的人处于同一联盟:-)

下载并安装 Microsoft Visual C++ Express。它与 Borland 一样免费(按成本计算),而且更新程度更高。参见 here用于产品页面。

或者您还可以免费获得许多其他更新的开发工具,例如 gccCode::Blocks 等等。

关于c++ - Borland Can't Compile,怎么回事,我都启动不了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1147337/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com