Posix error when calling system function

时间:2018-02-22 04:29:43

标签: c++

When I am using system function to call a shell script in my code I am getting error as follows:

Error : POSIXWrapper : unimplemented function called : system("echo 'hi'")

But if I run sample program it is working fine. Could you please tell me. I used stdlib in my code.

0 个答案:

没有答案