Search:

Type: Posts; User: hslee16

Search: Search took 0.00 seconds.

  1. Thread: CRC using .NET

    by hslee16
    Replies
    2
    Views
    1,136

    thank you for link :)

    thank you for link :)
  2. Thread: CRC using .NET

    by hslee16
    Replies
    2
    Views
    1,136

    CRC using .NET

    Hello

    I'm making a simple file downloading software using managed C++ and wondering if there is a .NET library that has an implementation of any CRC algorithms.

    thank you for your time
  3. Replies
    3
    Views
    1,221

    I do all the socket related stuff in one object....

    I do all the socket related stuff in one object. The form has the the socket object and I have no way of passing an instance of the form object to the socket object since the socket object is used in...
  4. Replies
    3
    Views
    1,221

    Windows form App: listbox

    I have a windows form application in which I am trying to add a line to the listbox component from another object.

    The object is a socket object that connects, sends msgs.. etc.
    but I want to...
  5. Replies
    3
    Views
    2,119

    Reading a user specificed line from a file

    I am trying to write a function to read a specific line from a file and assign it to C++ String type.
    I have opened the file using fopen and I do not know the length of the individual line of the...
Results 1 to 5 of 5