1: 2: 3: 4:
// This line of code reads in the string // from the C++ std output stream. var str:String = process.standardOutput.readUTFBytes(process.standardOutput.bytesAvailable);