Search:

Type: Posts; User: bazkie

Search: Search took 0.00 seconds.

  1. heh, exactly what i thought (thanks for...

    heh, exactly what i thought (thanks for confirming), but yet the second question remains :) thanks for your reply btw.

    *edit: by the way:

    could you give me the paragraph/section number in...
  2. why aren't implicit type conversions transitive?

    after a nice discussion with jdong on irc, we're wondering why..



    struct Number {
    Number(const int &n) {
    num = n;
    }
    int num;
    };
Results 1 to 2 of 2