Category "stderr"

find -exec - suppress errors only for find, but not for executed command

When running the find command, it may output "No such file or directory" errors. As answered to the find - suppress "No such file or directory" errors question

launch an exe/process with stdin stdout and stderr?

With C++ how do i launch an exe/process with stdin stdout and stderr? I know how to do this in .NET and i remember using popen in the past but popen seems to al