Search:

Type: Posts; User: theLukerBoy

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,278

    yes, ASCII, sorry about that.

    yes, ASCII, sorry about that.
  2. Replies
    3
    Views
    1,278

    Questions on POP3

    does POP3 use ACSII base commands?
  3. Thread: semaphores

    by theLukerBoy
    Replies
    0
    Views
    1,580

    semaphores

    I got some questions about semaphores.

    here is a reader/writer algorithm.

    Semaphore x =1, y=1,z=1,w=1,r=1;
    int nread=0,nwrite=0;

    Reader:
  4. Replies
    6
    Views
    2,103

    This looks pretty much like another term...

    This looks pretty much like another term overriding. how do i distinguish them?
  5. Replies
    3
    Views
    6,323

    The website you provided is very helpful. But I'm...

    The website you provided is very helpful. But I'm still quite confused about call by name. I think an example might illustrate this question better.

    Here is a procedure definition:

    def q(a,b,c)...
  6. Replies
    6
    Views
    2,103

    overloading

    What is meant by overloading?

    Object a = new Object();
    Object b = a;

    Is this an overloading?
  7. Replies
    3
    Views
    6,323

    parameter passing?

    Hi all,

    There are four parameter passing mechanisms:

    call by value
    call by value-result
    call by reference
    call by name

    i'm quite confused about them. could someone give me an explanation?...
  8. Replies
    1
    Views
    815

    Could someone help me?

    hi,

    could someone tell me what the differences among a block, a function, and a module are?

    Thank you very much.
Results 1 to 8 of 8