これは私の試みです:
CMD ファイル:
@SET PATH=%PATH%;D:\mingw\bin
type test10.cpp | g++ -xc++ -o test10.exe
コード(ここでは関係ありません):int main() {}
私が得るエラー:
g++: fatal error: no input files
compilation terminated.
-x オプションはstdin入力を通知するためのものだと思っていましたが、gcc自体がそう言っていました。