char *mycmd = "gnome-terminal --profile 'me' -e '/usr/bin/programA --file/usr/bin/config/myconfig.ini --name="programA" --loggingLevel=1'";
popen(mycmd, "r");
1 行目のエラー: エラー:expected ';' before 'Node'
私はこれが "" のためであることを知っています--name
このコマンドを機能させる方法はありますか?