Anyone have any pointers tips and tricks?
Printable View
Anyone have any pointers tips and tricks?
I thought Unix only supports 'C'
Unix supports basically everything: C, C++, asm, whatever. It also has Perl, Python, REXX, and other scripting languages.
The idea of C is that the code is platform-independent. Just write your program and compile as normal.