Search:

Type: Posts; User: ZuckMitnick

Search: Search took 0.01 seconds.

  1. Where is iostream.h after deleting Visual Studio?

    I used to use Microsoft Visual Studio but recently I deleted it and removed all the files under its directory.

    Now i'm using CodeBlocks and I need to use iostream.h but i can't find it. Maybe it...
  2. Replies
    9
    Views
    8,630

    Don't know why, when i applied this yesterday the...

    Don't know why, when i applied this yesterday the problem remained here. Today, it has gone.

    Thanks, guys.
  3. Replies
    9
    Views
    8,630

    void main() { WSADATA wsaData; SOCKET...

    void main()
    {
    WSADATA wsaData;
    SOCKET ClientSocket;
    SOCKADDR_IN ServerAddr;
    int ServerPort=1365;
    char ServerIPAddr[50]="69.164.215.124";
    char SendData[20];
    ...
  4. Replies
    9
    Views
    8,630

    In fact I'm writing a client program to chat on...

    In fact I'm writing a client program to chat on omegle.com without using the browser, and I analyzed the package and found that the data of the package are like " 01 74 00 02 ..." and so on. This is...
  5. Replies
    9
    Views
    8,630

    how to send a string with 0x00 in it?

    I'm on a program that sends TCP packages, and some characters of the data in the packages are 0x00 which is taken as the end of the string. So when the packages was sent, only the characters before...
Results 1 to 5 of 5