我想问一下,你有什么方法可以简单地使用'std :: cout <<"Hello world";' 直接来自命令行. 就像你安装了python一样,
$python print 'Hello world' Hello world
是否可以通过任何方式为C++完成这样的事情?
c++
c++ ×1