#import main(){ std::ofstream f("tmp.rb"); f << "puts gets.split[0]"; f.close(); system("ruby tmp.rb"); }