作为嵌入式c++解释器



我想在我的应用程序中使用Cling作为嵌入式c++解释器。此时它被设计为获取控制台输入并提供输出。如何才能改变它,以成为嵌入式-获得输入流,并提供输出流,可以在我的应用程序中使用?

[cling$] .help
...
  .> <filename>     - Redirect command to a given file
  '>' or '1>'       - Redirects the stdout stream only
  '2>'          - Redirects the stderr stream only
  '&>' (or '2>&1')      - Redirects both stdout and stderr
  '>>'          - Appends to the given file

这是如何重定向执行结果流。

相关内容

  • 没有找到相关文章

最新更新