Search results

  1. L

    interface

    I've read somewhere that it is possible to switch between aqua and the interface for Next by changing something in a config file... does anyone know what file u change and what u change? thanks!
  2. L

    Pipes(in perl)

    I am having trouble with getting pipes to work. I have one file called test1.pl that is the below: #!/usr/bin/perl print 'hi'; I also have a file called test2.pl in the same directory that is the below: #!/usr/bin/perl open(TEST, "test1.pl |")||die("error: $!"); $file=<TEST>...
  3. L

    Resources etc.

    How do you define windows, menus, dialogs, etc. in Mac OS X? Does it still use resources? Is Res-Edit still used? Thanks
  4. L

    C/C++ Compiler

    Does anyone know of a compiler that costs less than $500? I'm a little tentative about getting metrowerk's learning edition, because if it's $450 cheaper, there's gotta be something significant missing. any free ones or relatively cheap ones? thanks in advance
Back
Top