Search:

Type: Posts; User: Nexum

Search: Search took 0.00 seconds.

  1. Fantastic - cheers for the clarification guys -...

    Fantastic - cheers for the clarification guys - much appreciated!
  2. What does 'return' return? I'm puzzled by this snippet...

    Hi all...

    I have the following snippet of C:

    {
    return 5 ? printf("Evaluated true") : printf("Evaluated false");
    }

    So I'm puzzled how this works - the return obviously must be done to be...
  3. Learning C for OSX, tutorial suggestions please

    Hi all,

    I wish to learn how to program Cocoa for OSX, which is based on the Objective C language, and although I have a firm rooting in Pascal under the Delphi environment in Windows, I found that...
Results 1 to 3 of 3