2009년 4월 16일 목요일

gcc 컴파일 예

ex)

$ gcc -o hello hello.c
$ ./hello



$ gcc -o baz foo.c bar.c
$ ./baz

댓글 없음:

댓글 쓰기

After today's update to 24.04 LTS, thumbnails no longer being created

  Steps to fix it: Relax the security restriction (immediate fix): Open your terminal and run: sudo sysctl -w kernel.apparmor_restrict_unpr...