Search:

Type: Posts; User: Orr Goren

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,013

    Send HTTP with sockets.

    I'm connecting to my website through sockets, like this:



    #include <stdio.h>
    #include <stdlib.h>
    #include <winsock2.h>
    #include <string.h>
  2. Replies
    3
    Views
    5,368

    Windows, MinGW.

    Windows, MinGW.
  3. Replies
    3
    Views
    5,368

    C - recored sound from the microphone

    Hi :)

    I wanted to know how can I record sound from the microphone with C?
    Thank you.
  4. Replies
    6
    Views
    1,827

    Did! now another error appeared: error: 'for'...

    Did! now another error appeared: error: 'for' loop initial declarations are only allowed in C99 mode (line 73). If I use option -std=c99, it will help?

    EDIT: never mind fixed it with int i;...
  5. Replies
    6
    Views
    1,827

    18, excuse me.

    18, excuse me.
  6. Replies
    6
    Views
    1,827

    IRC Bot skeleton

    I have an IRC Bot skeleton code, in C, and there is only one error in it:


    error: expected '=', ',', ';', 'asm' or '__attribute__' before 'arrayShift'

    and the code is:



    #include...
Results 1 to 6 of 6