Search:

Type: Posts; User: LogicError

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,797

    IrDA and windows sockets.. maybe.. but the...

    IrDA and windows sockets.. maybe.. but the problem is that I need to actually send a file.. not some text.. Do I have to learn a new API (rfc) ?
  2. Replies
    1
    Views
    1,290

    You can use a thread .. Check out...

    You can use a thread .. Check out www.gametutorials.com - networking section.. they got 5 tutorials explaining everything.. the last one is multiple connections :)
  3. Replies
    4
    Views
    1,797

    IrDA and Bluetooth communication..

    Anyone got any ideas/books/sites about communication through IrDA and Bluetooth? I'm trying to make some software which has to send images and melodies to mobile phones through irda or bluetooth.. i...
  4. Hmm.. talking about complex.. Here's the task: A...

    Hmm.. talking about complex.. Here's the task: A guy gets into a building.. it has N floors with 3 flats on each floor.. The lift can stop only on odd floors.. What floor does the lift "deliver" the...
  5. I have nothing against design documents.. But I'm...

    I have nothing against design documents.. But I'm talking about flow-charts of a program.. What if the programs is like over 10,000 lines.. how do I draw the flow-chart and why do I need it.. Then...
  6. drawing flow-charts for every single program??

    I'm on first course in College.. We're studying VB.. Our IT teacher makes us draw a flow-chart for every single program.. I ask her why, and she says that when we'll be writing more complex programs,...
  7. Replies
    0
    Views
    3,224

    JetAudio won't play .dat files

    I installed jetaudio like 3 months ago.. It works fine.. everything's fine.. Today I got BOTY 2004 (Battle Of The Year - breakdance video) from breakdance.ru .. the format is .dat .. also known as...
  8. Replies
    11
    Views
    8,957

    Alright.. about the pong game.. i tried to...

    Alright.. about the pong game.. i tried to compile the code.. found "unidentified" headers. i think it's glaux.h .. what is it and where do i get it? thx
  9. Replies
    11
    Views
    8,957

    haha.. funny.. can you show us?

    haha.. funny.. can you show us?
  10. Replies
    3
    Views
    2,161

    string to hex

    I'm doing a game in SDL and the FillRect function takes a hex value (color) as a parameter.. I have scripts stored in external files with functions such as ClearScreen(#FFFFFF); .. I need to convert...
  11. Replies
    1
    Views
    2,269

    sprite collision detection

    Anyone know any good tutorials about sprite collision detection? Thanks
  12. Replies
    1
    Views
    1,134

    Scripting games

    What's the best way to write a script engine? ( I mean the engine should understand scripts written in .dat files, like LoadMap(map1.map), Pos(2,3) and that stuff ) .. And which functions should I...
  13. Replies
    16
    Views
    10,296

    Umm.. I had this kind of problem too.. Maybe my...

    Umm.. I had this kind of problem too.. Maybe my way isn't the best.. still works.. All I do is save the x,y coords, file, parameters into a textfile like this:

    0,0(wall.bmp,0,0,1)...
  14. Replies
    5
    Views
    2,784

    Getting a job...

    Umm.. maybe this isn't the right place.. but is it possible for a 16 year old boy with basic programming knowledge (C++, VB, ASP, PHP, Javascript, Vbscript, HTML, CSS, MySQL) to get a job for summer?
  15. Replies
    7
    Views
    4,330

    SDL or Allegro? I recommend SDL.. first of all,...

    SDL or Allegro? I recommend SDL.. first of all, imho it's easier to use than allegro.. i tried allegro some time ago.. it took me 3 days to just get it installed and make a simple black window...
  16. Replies
    4
    Views
    22,026

    Thanks for the links.. umm.. i know this isn't...

    Thanks for the links.. umm.. i know this isn't the place and the time about this.. but what about making a video player in vb? Can i use the same libraries as in cpp?
  17. Replies
    7
    Views
    3,733

    Poll: Gnome vs. KDE

    Please vote and comment your votes.. and what's the difference anyway? Just the different styles? I don't know bout you all, but I like kde's style more than gnome's..
  18. Replies
    4
    Views
    22,026

    making a video player in C++

    Umm.. any links for sdk's or something to make your own video player in C++? I want to make a simple one.. avi and mpeg.. none of tha modern divx style etc.. thanks :D
  19. Replies
    7
    Views
    1,562

    Ugh.. sorry bout that.. anyway.. I know SQL .. I...

    Ugh.. sorry bout that.. anyway.. I know SQL .. I used to do php scripting with mySQL .. did some dynamic sites.. Thanks for the addresses.. I'll check them out
  20. Replies
    7
    Views
    1,562

    databases in C++

    I use Dev-C++ or MS Visual C++ 6.0 ... Any link for some tutorial about databses (Access or MySQL, or maybe some other) ... Please if you really want to help e-mail me: [email protected] (cause i...
  21. Replies
    6
    Views
    1,785

    Create a new string class?? What for? Isn't it...

    Create a new string class?? What for? Isn't it already created :)
  22. Replies
    4
    Views
    15,074

    Where do i get 32x32 free sprites?

    Just asking.. maybe someone knows a good site with a lot a lot and a lot lot lot of free sprites used in games.. preferably 32x32.. 16 by 16 is ok but.. ugh.. anyway.. ;)
  23. Replies
    4
    Views
    1,589

    www.libsdl.org

    www.libsdl.org
  24. Replies
    3
    Views
    1,270

    umm.. yeah.. but whre can i find more information...

    umm.. yeah.. but whre can i find more information about it?
  25. Replies
    3
    Views
    1,270

    now that's one easy question..

    Umm.. where to start?.. Ok.. I was writing a program using the SDL library.. and tried to print out the score (int score) to the screen using drawString(...).. it kept giving me errors cannot...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4