Search:

Type: Posts; User: zenaphex

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,091

    Thanks hk_mp5kpdw, worked like a charm. Thank you...

    Thanks hk_mp5kpdw, worked like a charm. Thank you for the explaination Prelude, I can see why it boogered out on me now. ;)
  2. Replies
    3
    Views
    1,091

    Class and

    Let's say I have the following code:


    class myClass {
    private:
    int x, y;
    public:
    myClass();
    myClass(int t_x, int t_y) { x = t_x; y = t_y; }
    ~myClass();
Results 1 to 2 of 2