Search:

Type: Posts; User: cx323

Search: Search took 0.00 seconds.

  1. Thread: Emacs question

    by cx323
    Replies
    7
    Views
    3,805

    M-x kill-emacs will do what you want, and, of...

    M-x kill-emacs will do what you want, and, of course, you can bind it to any key combination you choose.
  2. Replies
    2
    Views
    2,982

    Use stringstreams. #include ...

    Use stringstreams.


    #include <iostream>
    #include <string>
    #include <sstream>

    using namespace std;

    int main()
  3. Thread: GZIP Data

    by cx323
    Replies
    1
    Views
    2,316

    GZIP Data

    Does c# interpret gzip data differently than vb6? I rewrote one of my vb6 programs in c# and i send a request, and receive data back. Then i split the data into headers and body. I then try to...
  4. Replies
    0
    Views
    1,396

    TcpClient stops receiving data

    I'm using the code below to read data from a stream. I packet sniffed my outgoing request and it looks fine and i get the proper header back, but all i get for the data is a lone 0. I've tried...
  5. Replies
    1
    Views
    1,257

    Help creating function - 2005

    This is probably a stupid error since i'm new to c# but i can't figure it out.


    public static int GrabAllBetween(string strSource, string strStart, string strEnd, ref string[] strArray)
    ...
Results 1 to 5 of 5