Search:

Type: Posts; User: Puppis

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,088

    Aah, that discussion thread cleared it up....

    Aah, that discussion thread cleared it up.
    Cheers.
  2. Replies
    5
    Views
    1,088

    =( Thanks for the reply 7stud.

    =(
    Thanks for the reply 7stud.
  3. Replies
    5
    Views
    1,088

    My method disappeared!!

    What happends here, and how do i get around it?



    class Base
    {
    public:
    int foo(int, int)
    {
    //implemented
  4. Replies
    5
    Views
    1,744

    Hi, for Microsoft Visual Studio .NET 2003 the...

    Hi, for Microsoft Visual Studio .NET 2003 the file you want to create or modify is
    \Microsoft Visual Studio .NET 2003\Common7\IDE\usertype.dat
  5. Replies
    0
    Views
    1,039

    Hashing non integral types

    Hi, im trying to pool vertices for a meshsystem, and i need to produce unique hashkeys for datatypes looking something like this:


    struct vert
    {
    float x,y,z;
    }

    The resulting key can be...
  6. Thread: path finding

    by Puppis
    Replies
    27
    Views
    3,635

    Because its an O(N^3) , or worse, algorithm. ...

    Because its an O(N^3) , or worse, algorithm.

    Anyway, the concept of preprocessed lookup tables is not something to be disregarded because you do not think it looks professional bubba :)
    Several...
  7. Thread: path finding

    by Puppis
    Replies
    27
    Views
    3,635

    If you're all new to pathfinding or AI...

    If you're all new to pathfinding or AI programming, i would advice you not to try and implement an A* solution, it involves some concepts that might be too much to handle as a beginner.

    If you're...
  8. Replies
    2
    Views
    4,586

    http://neuralnetworks.ai-depot.com/neuralnetworks/...

    http://neuralnetworks.ai-depot.com/neuralnetworks/Tutorials.html
  9. Replies
    3
    Views
    1,645

    Assuming you want some portion of your code to...

    Assuming you want some portion of your code to execute every frame, you may place it inside the messageloop.



    */
    while (GetMessage (&messages, NULL, 0, 0))
    {
    /* Translate...
  10. Replies
    1
    Views
    1,169

    Casting std::lists by value type

    Hi everyone, been using this forum as a resource for quite awhile now. I have almost always been able to find a solution to my problems here :)
    But i have a problem now i could really use some help...
Results 1 to 10 of 10