摘要:
conio.h is a non-standard header. It worksmostly on DOS platforms. If you want to include conio.h to clear the screen (i.e use clrscr() ) then you can instead use `system("clear");`. 阅读全文
摘要:
$(name) or${name}CCProgram for compiling C programs, default 'CC'CXXProgram for compiling C++ programs, default 'g++'CPPProgram for running C preprocessor, default '$(CC) -E'FCProgram for running Fort... 阅读全文
摘要:
allDo everythingcheckPerform some self test after building the programcleanDelete all files created by makedistcleanDelete more files than clean, could delete the Makefile itselfdistCreate a distribut... 阅读全文