- Feb 4, 2003
- 3,370
- 0
- 71
Basically I want to create a string in C++ and then excecute it in Bash. Bonus points if you can also tell me how to run Windows dos commands.
Originally posted by: Nothinman
Using system(3) in any program that accepts user input for the string in any fashion is a security nightmare.