Bash脚本非常有用,可以节省很多编程时间。那么,如何在C ++程序中启动bash脚本呢?另外,如果您知道如何使用户成为超级用户,那也会很好。谢谢!
使用system功能。
system
system("myfile.sh"); // myfile.sh should be chmod +x