i just bought macbook pro and can't figure out how to start off. i found the terminal but there's not a single editor preinstalled! i'm using mac os x 10.5.7
could anyone give me a brief introduction on how to write a simple C code, compile it instruction. i can't find it anywhere! thanx.
could anyone give me a brief introduction on how to write a simple C code, compile it instruction. i can't find it anywhere! thanx.
Code:
#include <stdio.h>
main()
{
printf('hello');
}