如何在 c++ 中使用命名空间系统建设者xe?

发布于 2024-12-03 02:01:16 字数 260 浏览 2 评论 0原文

我错误地从我的系统中卸载了 Visual Studio,现在我被 C++ builder xe 困住了,我有一个使用命名空间 System 成员的代码,例如 String 类型等。我尝试通过

使用命名空间 System 的语句来使用命名空间;

使用命名空间系统;

但两者都不起作用。它不会给出命名空间的错误,但不会识别其成员并将 String 声明为未定义的符号。我想知道如何在我的 c++ builder xe 中使用这个命名空间?谢谢

i mistakenly unistalled visual studio from my system and now i am stuck with c++ builder xe, i have a code that uses members of namespace System, like String type etc. i have tried to use the namespace by statement

using namespace System;

and

using namespace system;

but neither works. it gives no errors with the namespace but doesnot recogonize its members and declares String as an undefined symbol. i would like to know how can i use this namespace in my c++ builder xe?? thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

土豪 2024-12-10 02:01:16

为什么不直接从安装 CD 重新安装 Visual Studio?

Why don't you just re-install Visual Studio from your install CD's?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文