Search:

Type: Posts; User: ArseNiC

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,655

    I prefer InnoSetup over NSIS though.

    I prefer InnoSetup over NSIS though.
  2. Replies
    14
    Views
    12,971

    If you're using non-blocking sockets, you may...

    If you're using non-blocking sockets, you may want to use some Sleep() functions here and there.
  3. Replies
    12
    Views
    2,908

    Any chance you can enlighten us with a glimpse of...

    Any chance you can enlighten us with a glimpse of what an example of AI code can be, applying one of those categories, and telling us what it could be used for?
  4. Science is observation not the absence of...

    Science is observation not the absence of observation being the proof.
    Therefore, unless you can prove to me random exists, mathematically or whatever, then tell me :P. (And if it is I apologize,...
  5. Replies
    12
    Views
    2,908

    I've read many articles on the issue of AI, but...

    I've read many articles on the issue of AI, but still everything is fuzzy, especially because not many articles show the exact simple representation of those ideas on code.

    I believe a decision...
  6. Replies
    11
    Views
    16,017

    sprintf is good if you're going to use multiple...

    sprintf is good if you're going to use multiple variables to concatenate, but no need to do it if its only one or two concatenations with one or two variables.
  7. Thread: RegSetValueEx

    by ArseNiC
    Replies
    3
    Views
    1,833

    If you're asking why, I guess its because they...

    If you're asking why, I guess its because they wanted to automatically put libraries in Debug mode, for ease of use. But for Release mode, doing that would bloat the program too much.
  8. Replies
    10
    Views
    2,654

    I care... if you don't, then it's cause you don't...

    I care... if you don't, then it's cause you don't know how valuable they are. :P
  9. Well it works like any function I believe,...

    Well it works like any function I believe, although the rand() function may be more complex, a simple approach is, you can make a function called MyRand(47); and then you use a series of equations,...
  10. Replies
    10
    Views
    2,654

    How come Signatures don't work in this site?

    It seems the admins disabled signatures, why? I see some with signatures, are they somehow special? So what is the problem?
  11. Well if you mean interacting with a program as...

    Well if you mean interacting with a program as in, actually using the program with another program, you would need to learn the Win32 API with C++, and learn about FindWindow which will help you...
  12. Thread: Blizzard Demo

    by ArseNiC
    Replies
    5
    Views
    2,171

    A good idea is to look online for a working...

    A good idea is to look online for a working example of DrawIcon, just google it, and find out whether your casting is correct. I don't quite understand the problem you are having, but I'm sure if you...
  13. Replies
    5
    Views
    2,306

    Yeah that doesn't exactly explain what error you...

    Yeah that doesn't exactly explain what error you get or what are you getting that you didn't expect?
Results 1 to 13 of 13