Search:

Type: Posts; User: drt

Search: Search took 0.01 seconds.

  1. Thread: class prototypes

    by drt
    Replies
    5
    Views
    764

    I tried to think of a better example, but...

    I tried to think of a better example, but imagination failed me.

    This seems to work anyway, thanks.
  2. Thread: class prototypes

    by drt
    Replies
    5
    Views
    764

    Then how would you create a set of classes that...

    Then how would you create a set of classes that are distinct but should be able to construct each other?

    Example: a Euler angle and quaternion class.
  3. Thread: class prototypes

    by drt
    Replies
    5
    Views
    764

    class prototypes

    Why doesn't this compile:

    [edit]sorry got slightly ahead of myself



    class b;

    class a
    {
Results 1 to 3 of 3