2013年3月11日 星期一

Clang 編譯器 (compiler)

Clang is the name of a compiler

編譯器

a program that converts source code into object code (0's and 1's)

command to compile a file: "clang hello.c"

command for running object code file: "./a.out"
("." represents the current folder 目前所在的資料夾)


command:to 編譯 "clang -o hello hello.c"
then, command to 執行: "./hello"



沒有留言:

張貼留言