Windows socket programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vyshu
    New Member
    • Jun 2007
    • 3

    Windows socket programming

    hello ppl,
    I am doing a peer to peer filetransfer using VC++ as the platform.
    i am using threads to transfer the files. we are passing the information regarding the file like file name, size, IP destination( that is where the file has to be sent) and some other information using a structure.

    now the problem is that some parts of the structure are being passed but not all.
    why? can you just help us out...
    thanks...
  • mac11
    Contributor
    • Apr 2007
    • 256

    #2
    Its probably a flaw of some sort in the way your sending (or possibly receiving) the data. It might be a good idea to scan your code to narrow it down and post the relevant pieces for review. I don't think anybody can just guess what the exact problem might be without seeing what your doing.

    Comment

    • gnanapoongothai
      New Member
      • Jun 2007
      • 62

      #3
      Hi,
      Were are also doing the sort of thig u r trying out.Explain clearly the problem u face. And mention the language(c/c++).

      Comment

      Working...