Recent content by engri

  1. E

    Looking for replacement for clock() function

    ok never mind. i included this function and now it works fine both under win32 and linux: http://www.openasthra.com/c-tidbits/gettimeofday-function-for-windows/
  2. E

    Looking for replacement for clock() function

    This function seems to be working incorrectly when I run my programm under wine on linux system. (program compiled with mingw32 on win32) Is there any other function that can give me more accuracy than 1 second? (i know time() is working well but i need something that changes a little bit more...
  3. E

    [Problem] C, Mingw32 - arrays impact each other (changing values)

    DAMN! How could I miss that.. I've been programming all week, seems like I would use a little break. I thought it was declared 65k not 16 :|, and for some time that it was declared 16 but the maximum value of the value is connection index (0-15) not the socket index (up to 2^16). Thats why its...
  4. E

    [Problem] C, Mingw32 - arrays impact each other (changing values)

    About week ago I decided to make an attept to create multiplayer rpg game in j2me. The game needs server so I use c and mingw32 as compiler. I thought the biggest problem will be network programming as I never tried that before. But the j2me client is connecting nicely I have managed to get...
Back
Top