Search:

Type: Posts; User: mecca760

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,051

    visual c++ tutorials

    Where can i find a good visual c++ tutorial?

    thanks in advance..
  2. Replies
    11
    Views
    1,832

    You can use a for loop to solve the factorial. ...

    You can use a for loop to solve the factorial.

    ex.. for (i=n;i>0;i--) when n>0
  3. Thread: void question

    by mecca760
    Replies
    3
    Views
    971

    How does the "void **" work?

    How does the "void **" work?
  4. Thread: void question

    by mecca760
    Replies
    3
    Views
    971

    void question

    Hey does anybody know if this is possible "void **" Can you actually have a pointer point to a void pointer?

    Can there be a boolen pointer? ex: boolean *test. I have never seen one so...
Results 1 to 4 of 4