之后freopen-ing stdout,我怎样才能打印终端?
freopen
stdout
freopen("out", "w", stdout); // reopen stdout /* something */ printf("Now I want to print this on terminal");
c c++ freopen
c ×1
c++ ×1
freopen ×1