Search results

  1. N

    FOR SALE, Dual 1083 Mhz G4 MDD w/ 21" Trinitron, lots of software, $2200

    Practically brand new PowerMac G4 MDD, 1 month old still has the clear plastic protection sheets over the mirror drive doors. Here's the specs: Dual 1083 Mhz G4 CPU's (marked as 933's, overclocked from stock 867's, rock solid) 167 Mhz FSB w/ 333 Mhz DDR RAM interface 512 Megs of PC2700...
  2. N

    C++ on Mac

    Well first I'd like to say that there's not much of a performance hit when using Java to access Cocoa. Apple's Java VM is pretty good and the only major performance hit you'd likely notice is that the load time for your app may take longer because the system will have to wait for the Java VM to...
  3. N

    C++ on Mac

    1) C++ is the access language to MacOS X's Carbon API, also Embedded C++ is the language used to access Apple's IOKit framework for driver development. 2) You can use any text editor to write your code. An Integrated Development Environment like Project builder just provides you with a...
  4. N

    OpenGL acceleration

    Um part of the OpenGL spec is that there be a software renderer imlemented for default use in the event that no hardware exists which can handle the OpenGL API calls itself. OpenGL was around before hardware to accelerate it, though it was IRIS GL then. The reason that OpenGL lends itself to...
  5. N

    What Languages Do YOU Know?

    C C++ Embedded C++ (the C++ subset that IOKit uses) ObjC Java Prolog Lisp SmallTalk AppleScript Pascal Modula 2 And a few notes on the options: You forgot C, unless you lumped it into C++, which you probably shouldn't have. If you were going to include Pascal on the list...
Back
Top