Search:

Type: Posts; User: uler

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,024

    I'm pretty sure that that would give me an...

    I'm pretty sure that that would give me an error/warning indicating a non recognisable return type.
    What I'm asking is a general type like int or char, that is a return type used for pointers.
  2. Replies
    4
    Views
    1,024

    returning a pointer

    I have been asked to write a function called merge that accepts
    two pointers and returns a pointer.
    So to define this I would write:
    ??? merge(LISTINTPTR *, LISTINTPTR *);

    instead of the ???...
  3. Replies
    2
    Views
    5,784

    Lord Aragorn (Strider), your help is much...

    Lord Aragorn (Strider),

    your help is much appreciated!

    Uler
  4. Replies
    2
    Views
    5,784

    how convert english to morse code

    hi all, I'm new at this so be nice.
    Below is a code for converting a given statement in english into morse code. My problem is that it is not printing to screen beyond the first "word".
    Can anyone...
Results 1 to 4 of 4