Search:

Type: Posts; User: dspboss

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,055

    how would i go about doing that, would it be...

    how would i go about doing that, would it be something like this


    void clearc(char *_s1, unsigned int sz)
    {
    memset(_s1, 0, sz);
    }

    or something else
  2. Replies
    5
    Views
    1,055

    windows only sends out 4bytes

    i have windows xp sp2 and i was made a server and a client but when i send a message to the server it only get 4bytes at a time and its real annoying.
    client code(s)

    kernel.cpp


    #include...
  3. Thread: More I/O help

    by dspboss
    Replies
    1
    Views
    979

    More I/O help

    I was trying to make a p2p app and wanted to know how to loaded part of a file into a buffer then send it, since u cant send it all at once. like make packets.
  4. Thread: Help Please

    by dspboss
    Replies
    6
    Views
    968

    to think of it if you know some good file i/o...

    to think of it if you know some good file i/o website post them thanks :)
  5. Thread: Help Please

    by dspboss
    Replies
    6
    Views
    968

    thanks guys and you are right i need more...

    thanks guys and you are right i need more practice with file i/o
  6. Thread: Help Please

    by dspboss
    Replies
    6
    Views
    968

    i tryed that already

    i tryed that already
  7. Thread: Help Please

    by dspboss
    Replies
    6
    Views
    968

    Help Please

    i need help with this program , all it does is stream one file to an output file but it doesnt sound right when it is finish. can someone review this code and help me.


    #include <iostream>...
Results 1 to 7 of 10