如何在 c++ 中使用命名空间系统建设者xe?
我错误地从我的系统中卸载了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不直接从安装 CD 重新安装 Visual Studio?
Why don't you just re-install Visual Studio from your install CD's?