Search:

Type: Posts; User: KirkHammett

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,529

    Where to put a config file

    Hi,
    I have written a program that needs to access a config file at runtime. THe application will be run on a number of computers.
    I am using c# express.

    It looks like the application is only...
  2. Replies
    3
    Views
    1,330

    Sorry, const is just an arbitary variable name....

    Sorry, const is just an arbitary variable name. It is actually called pos_A in my program. When the program is run pos_A is given a value.



    So what you are saying is that it is ok to allocate...
  3. Replies
    3
    Views
    1,330

    Nested pointer arrays

    Hi,
    I am writing a c++ simulation program and have come accross a bug, so i ask the follwing question.

    I have the following class


    class Client{
    public:
    struct packet
    {
  4. Replies
    1
    Views
    1,069

    Module thread Programming

    Hi,

    Im am developing a client server simulation.
    In the simulation there will be a number of clients and servers communicating with each other.
    I want each client to run as a seperate module,...
  5. Replies
    6
    Views
    2,754

    It is only a simulator I am writing. The point of...

    It is only a simulator I am writing. The point of my program is to study the effects of lag in a online game and to introduce some methods of lag compensation.

    Since my virtual game does not need...
  6. Replies
    6
    Views
    2,754

    Network Simulator

    Hi,
    I am looking to develop a network simulator in C. A simple game involving avatars would be run on the virtual network. It will work by a virtual client generating a move for an avatar and...
Results 1 to 6 of 6