Search:

Type: Posts; User: mcpunky

Search: Search took 0.00 seconds.

  1. Thread: Wha'ts wrong

    by mcpunky
    Replies
    6
    Views
    1,233

    Well, there are quite a few errors. For example,...

    Well, there are quite a few errors. For example, when you declare a function, you use a variable name which is one character long and begins with a number:

    void print_tree(struct tree *root, int...
  2. Replies
    11
    Views
    1,247

    It might be this what the young lad wants: ...

    It might be this what the young lad wants:



    #include <iostream>
    #include <cstring>
    using namespace std;

    #define wait 900000
  3. Thread: Questions

    by mcpunky
    Replies
    15
    Views
    2,132

    This...

    This page helped me a lot when I first got confused with pointers. Hope it helps!
Results 1 to 3 of 4