CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: odinlake

Search: Search took 0.02 seconds.

  1. 2d physics engine, or something like that...

    I'm looking for advice:

    I want to deal with the placement of complex 2d shapes (say text), that are not convex and may contain holes etc. I need to be able to check for overlaps (collisions)...
  2. Replies
    11
    Views
    16,222

    Re: templates, typedefs and inheritance

    Aha, three different compilers with three different behaviours regarding the code posted: With GCC and Comeau typedefs depending on template parameters are not visible in the derived class, but they...
  3. Replies
    11
    Views
    16,222

    Re: templates, typedefs and inheritance

    Thanks for trying to help but.. JohnW@Wessex, from your code with gcc 4.4.5 I get



    tdtest.cc:70: error: ‘template<class T> class X’ used without template parameters
    tdtest.cc:70: error:...
  4. Replies
    11
    Views
    16,222

    templates, typedefs and inheritance

    I find templates and inheritance confusing, something about qualified/unqualified lookups. Mostly I manage, but here is something that's troubling me:

    I have base classes that depend on template...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured