PDA

Click to See Complete Forum and Search --> : Writing Scripts for UNIX in C++


Oblivion
Sep 27th, 2000, 09:14 PM
Anyone have any pointers tips and tricks?

kb244
Sep 28th, 2000, 10:22 AM
I thought Unix only supports 'C'

parksie
Sep 29th, 2000, 12:16 PM
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.