Search:

Type: Posts; User: Aeneas

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,674

    what is the "ID" data type?

    What is the "ID" data type in Objective C?
  2. Thread: "elseif" in C?

    by Aeneas
    Replies
    2
    Views
    3,449

    Thanks, that worked.

    Thanks, that worked.
  3. Thread: "elseif" in C?

    by Aeneas
    Replies
    2
    Views
    3,449

    "elseif" in C?

    Is there an equivalent to the VB 'elseif' statement in C? Do I have to do the following:

    if
    {
    blah-blah
    }
    else
    {
    if
    {
  4. Replies
    1
    Views
    864

    #import and #include

    What is the difference between:

    #import

    ..and....

    #include

    ?
  5. Replies
    1
    Views
    2,910

    Difference between *.h and *.m files?

    Why are all C objects/modules divided into 2 files, one with the .m suffix and the other with the .h suffix?

    As far as I can tell the *.h file contains all the declarations of both variables and...
  6. Thread: New to C

    by Aeneas
    Replies
    3
    Views
    1,062

    New to C

    Hi,

    I am totally new to C and having to work through understanding someone else's code. Although I am well-versed in VB and object-orientated programming (i.e. I understand the theory behind...
Results 1 to 6 of 6