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...
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...
Comment