Search:

Type: Posts; User: f0r3nsic

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,480

    Game Network Architecture

    Hi! I'm thinking about starting a little multiplayer first person shooter and I was wondering how to split the game's code in 3 parts: the engine, the client and the server (like in Half-Life)? After...
  2. Replies
    7
    Views
    1,424

    What file extension should I use?

    H or HPP? This has been driving me crazy! :(
  3. Thread: Templates

    by f0r3nsic
    Replies
    5
    Views
    1,327

    Oh, so that's the problem. Thanks. :)

    Oh, so that's the problem. Thanks. :)
  4. Thread: Templates

    by f0r3nsic
    Replies
    5
    Views
    1,327

    This gives an error message: :(

    This gives an error message:

    :(
  5. Thread: Templates

    by f0r3nsic
    Replies
    5
    Views
    1,327

    Templates

    I just wrote a very simple vector class using templates:
    template <typename Type> class Vector
    {
    public:
    Type X;
    Type Y;
    Type Z;
    };But how do I define functions and constructors...
Results 1 to 5 of 5