C++我可以使用 Visual Studio 的命令窗口打印 1 或 2 个暗淡数组的内容吗?

发布于 2024-09-08 06:33:49 字数 84 浏览 2 评论 0原文

C++ 我可以使用 Visual Studio 的命令窗口打印 1 或 2 个暗淡数组的内容吗?我想这取决于“命令窗口”是否支持某种循环和打印(?)语法。

C++ Can I print the content of 1 or 2 dim array using Visual Studio's Command window? I guess it comes down to whether a "command window" support some kind of loop and print (?) syntax or not.

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

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

发布评论

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

评论(1

太阳男子 2024-09-15 06:33:49

Visual Studio命令窗口用于向开发环境输入命令,而不是用于执行代码。例如,您可以键入“open”,以便 VS 显示“打开”对话框。

The visual studio command window is used to enter commands to the development environment, not for code execution. For example you could type 'open' so that VS shows the Open Dialog.

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