Search:

Type: Posts; User: EOP

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,716

    post method http - Google Search...

    post method http - Google Search
  2. Replies
    9
    Views
    2,988

    lol :)

    lol :)
  3. Replies
    4
    Views
    5,882

    The NTLM Authentication Protocol and Security...

    The NTLM Authentication Protocol and Security Support Provider
  4. Replies
    3
    Views
    2,462

    struct panel { char name[25]; int age;...

    struct panel
    {
    char name[25];
    int age;
    float cost;
    };

    panel many_panels[10000];
  5. Replies
    5
    Views
    15,301

    Your posted code seems to be ok, but you should...

    Your posted code seems to be ok, but you should grab (and send) the cookie by yourself.

    What's the exact error code from recv?
  6. Thread: getting http text

    by EOP
    Replies
    1
    Views
    912

    What about using some paragraphs to make your...

    What about using some paragraphs to make your post at least a bit readable?
  7. Replies
    2
    Views
    1,250

    Didn't you find the [auto delete my post]...

    Didn't you find the [auto delete my post] checkbox up to now?
  8. Thread: Tutor needed

    by EOP
    Replies
    2
    Views
    3,775

    I want to be spoon fed...

    I want to be spoon fed...
  9. Replies
    18
    Views
    17,620

    A humble question: What could this be good for?

    A humble question:

    What could this be good for?
  10. For me it worked only with '\r'. And both of...

    For me it worked only with '\r'.

    And both of my proposals worked under each and every condition.

    (getchar() wanted always a RETURN to complete - VS 2005)
  11. void read(char input2[],int i) { char ch; ...

    void read(char input2[],int i)
    {
    char ch;

    ch = getche();
    if( ch != '\r' && ch > 0 && i < 39 )
    input2[i] = ch;
    else
    {
    input2[i] = '\0';
  12. Replies
    5
    Views
    12,997

    Beej's Guide to Network Programming Using...

    Beej's Guide to Network Programming
    Using Internet Sockets

    http://beej.us/guide/bgnet/
  13. Replies
    16
    Views
    3,700

    std::transform(s.begin(), s.end(), s.begin(),...

    std::transform(s.begin(), s.end(), s.begin(), tolower);
  14. Replies
    2
    Views
    2,520

    shutdown, closesocket

    shutdown, closesocket
  15. Thread: How Big is Too Big

    by EOP
    Replies
    4
    Views
    2,217

    http://www.gotw.ca/gotw/084.htm

    http://www.gotw.ca/gotw/084.htm
  16. Replies
    5
    Views
    8,557

    if the vectors are sorted: set_intersection ...

    if the vectors are sorted:

    set_intersection

    http://www.cppreference.com/wiki/stl/algorithm/set_intersection
  17. Replies
    14
    Views
    1,519

    I know it's off topic, but here's an even more...

    I know it's off topic, but here's an even more unspeakable command:



    http://www.gavilan.edu/csis/languages/labels.html#_Toc76036283

    When I learned COBOL in the late 80's I asked my teacher...
  18. Replies
    14
    Views
    1,519

    Sometimes guessing isn't enough. ;) for(;;);...

    Sometimes guessing isn't enough. ;)


    for(;;);
    0041298E jmp main+1Eh (41298Eh)

    while(1);
    00412990 mov eax,1
    00412995 test eax,eax
    00412997 je main+2Bh...
  19. Replies
    28
    Views
    6,456

    Isn't the translation of Konservierungsmittel a...

    Isn't the translation of Konservierungsmittel a conservative?

    Maybe I spent too much time in NSFW-commmunities. :D
  20. Replies
    28
    Views
    6,456

    Hehe. Being normal is quite boring. ;) btw. in...

    Hehe. Being normal is quite boring. ;)

    btw. in German the word has only this meaning and no other one.
  21. Replies
    28
    Views
    6,456

    I also wondered what this rant could be (after I...

    I also wondered what this rant could be (after I was censored already once before for being "inappropriate" ;)).

    Regards to Denmark and the remaining part of the world
  22. Replies
    28
    Views
    6,456

    ROFL, the word preservative (Praeservativ) has a...

    ROFL, the word preservative (Praeservativ) has a quite different meaning in German. :D
  23. Replies
    14
    Views
    2,298

    This doesn't really look like C++ imho. :confused:

    This doesn't really look like C++ imho. :confused:
  24. Replies
    4
    Views
    3,052

    http://webster.cs.ucr.edu/...

    http://webster.cs.ucr.edu/
    http://win32assembly.online.fr/
  25. Replies
    18
    Views
    3,324

    Maybe looking at the asm code? ;)

    Maybe looking at the asm code? ;)
Results 1 to 25 of 45
Page 1 of 2 1 2