Search:

Type: Posts; User: Stray_Bullet

Search: Search took 0.01 seconds.

  1. The program....

    Goes step by step, intializing winsock, creating the socket, setting address information, and then connecting to host. THroughout all the steps, it has error check. Everything runs fine, but When it...
  2. Replies
    7
    Views
    2,734

    Cool

    I appreciate it. I was going to modify the Doom source code, but then i decided to do a tile engine... but since i got a link to an allegro installer, Ill probably use it to compile the Doom source....
  3. Replies
    7
    Views
    2,734

    Currently I am....

    using the built in graphics library that comes with borland ( <graphics.h> and graphics.lib) As you can see, I am trying to keep it simple. I did think of Allegro as an alternative...
  4. Replies
    7
    Views
    2,734

    Tile engines

    Hello, I have been searching for a tutorial on tile engines in C/C++, but I cannot seem to find any. Does anyone know where I can find one? Or at least the concept of writing one? I am using Borland...
  5. Replies
    0
    Views
    1,661

    Tile engine

    Im currently using Borland C++ 5.02. Where can i find a tutorial on the concept of a C/C++ tile engine, or some actual code? Thanks in advance.
    (oh yea, no DX or OPENGL tuts please)
  6. Socket programming: call to undefined function 'MAKEWORD'

    Ok, i know how to program in C, and sockets as well. But, i have this error i just cant fix. Heres my code:

    #include <stdio.h>
    #include <winsock.h>

    main()
    {
    WSADATA WsaDat;
    if...
Results 1 to 6 of 6