Recent Posts

C++ [Error Handling] assert

assert void assert (int expression); If the argument expression of this macro with functional form compares equal to zero (i.e., the expression is false)...

Linux - Background

Background executed Ctrl + Z : background로 전환(실행중인 프로세스를 일시정지) fg : background 에 있다가 foreground로 전환되게 하는 명령어