Search:

Type: Posts; User: Joshua-NSW

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,040

    BTW its in C (obviously considering this is the C...

    BTW its in C (obviously considering this is the C board)
    and its written in DEV C++ by bloodshed
  2. Replies
    2
    Views
    1,040

    Line Parsing and this loop

    The user enters a set of characters, that i copy into an array right.

    Then i have a loop which goes through the characters, and when it finds a space, it breaks

    so i have the if statement for...
  3. Replies
    4
    Views
    1,403

    I fixed the code, but the problem is copying from...

    I fixed the code, but the problem is copying from one array to another, as in userentry[index] = username[index];

    but it wont work, so i need some suggestions on copying from one array to another...
  4. Replies
    4
    Views
    1,403

    Quite a stuffed bit of code actually.

    Ok im making a program to help build my IRC client.
    The program is designed to break up a sentence, copy them to other variables, then let me print out the variables in a fashion i choose.

    I have...
  5. Replies
    3
    Views
    1,102

    Need these too

    #include <netdb.h>
    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <netinet/in_systm.h>
    #include <netinet/ip.h>
    #include <netinet/tcp.h>
    #include <arpa/inet.h>

    Where can i find...
  6. Replies
    3
    Views
    1,102

    Sockets, And Programming them :)

    Hope i didnt make you think i can, cause i cant.

    anyone know any good resources or a place to find source code to program sockets in Windows.

    i INTEND to use Visual C++. but i might have to use...
  7. Replies
    2
    Views
    4,863

    Programming TCP\IP in C

    Im looking for some resources on programming TCP\IP in C, and was wondering also if anyone had any usefull information on screen splitting and colours etc..

    Any help would be greatly appreciated
Results 1 to 7 of 7