Search:

Type: Posts; User: Demon.killer

Search: Search took 0.01 seconds.

  1. Replies
    36
    Views
    8,791

    Lol I have no passion for playing chess my self...

    Lol I have no passion for playing chess my self :P . there fore thats what I do. I just make a most random ever possible. the rule I keep is not to let the king be alone. of course ppl with strategy...
  2. Replies
    36
    Views
    8,791

    making a cpu to think and act like a human would...

    making a cpu to think and act like a human would be nearly impossible i.e . for now at least.

    So best way is - calculating every possible move and making a move that has higher chance of winning...
  3. Replies
    36
    Views
    8,791

    Advanced AI

    I believe that a unbeatable chess AI is not a AI at all but Teaching a algorithm to play a even a crapy chess game is a really advance AI . what do u all think ?

    I gonna a Start programming a...
  4. Replies
    14
    Views
    56,103

    I got it working thxs every one

    I got it working thxs every one
  5. Replies
    14
    Views
    56,103

    in visual studio I don't see any thing under that...

    in visual studio I don't see any thing under that any help will be better pls

    thx for future help
  6. Replies
    14
    Views
    56,103

    #include int main(void) { WSADATA...

    #include <winsock.h>
    int main(void)
    {
    WSADATA wsaData;

    if (WSAStartup(MAKEWORD(1, 1), &wsaData) != 0)
    {
    printf("WSAStartup failed.\n");
    exit(1);
    }
  7. Replies
    14
    Views
    56,103

    this tutorial is better for me And i hope it...

    this tutorial is better for me And i hope it helps otherS too

    http://www.exegesis.uklinux.net/gandalf/winsock/winsock1.htm
  8. Replies
    14
    Views
    56,103

    cool thx people If I have any more questions I...

    cool thx people If I have any more questions I will ask :)
  9. Replies
    14
    Views
    56,103

    oh okay then I am trying to open a port ,...

    oh okay then

    I am trying to open a port , lisen ,read , write data to it :) any help would be great
  10. Replies
    14
    Views
    56,103

    I use visual studio c/c++ :)

    I use visual studio c/c++ :)
  11. Replies
    14
    Views
    56,103

    #include

    how do I include this header it says error in my system :(

    thx for future help
  12. Replies
    8
    Views
    4,972

    ohhhhh okay thx :)

    ohhhhh okay thx :)
  13. Replies
    8
    Views
    4,972

    "Well, you can't. Perhaps that is the reason you...

    "Well, you can't. Perhaps that is the reason you got the last reply."

    ?????

    What u mean i guess what I ment was resize a array (redeclaring a array) :)

    I read the tutorial it doesn't give...
  14. Replies
    8
    Views
    4,972

    I know what a array is because I am good at...

    I know what a array is because I am good at vb.net in that I can just say redim nameofarray(size) I just don't know how to do it in c :) I will read the tutorial thx :p
  15. Replies
    8
    Views
    4,972

    Noob question (redeclaring a array)

    My question is same as my topic how to i rediclare a array ....

    thx for the future help
Results 1 to 15 of 15