摘要:
C/C++ 文件操作大概有以下几种1.C的文件操作;2.C++的文件操作;3.WINAPI的文件操作;4.BCB库的文件操作;5.特殊文件的操作。当然了,水题时最常用的当然还是:freopen("stdin.txt","r",stdin);freopen("stdout.txt","w",stdou... 阅读全文
摘要:
一.not only in CodeBlocks 13.12Undo last action Ctrl + Z //后退Redo last action Ctrl + Shift + Z //前进Cut selected text Ctrl + X //剪切Copy selected text Ct... 阅读全文