a2ps command
to get hard copy of source files.pico, emacs or vim ).gcc to compile your program.pico (for the pico editor)emacs (for the emacs editor)vim (for the vim editor)The emacs family has some nice features for programming, but you can use another text editor if you like. I think pico is quite friendly for first-time users.
See
the HelloWorld):
See
the MakeFile).
Hint: Find out what is a difference between "gcc -o ..." and
"gcc -c ..." (See the WebRefs).make helloworld command.helloworld, or $PWD/helloworld).
a2ps -P orca helloworld.c Makefile answers.txt