Advertisement

File Transfer

Started by September 26, 2003 11:34 PM
1 comment, last by mobias 21 years, 4 months ago
Hi! I am trying to send a picture over a LAN with my C++ Program (DX9) and was just wondering whether my reading it like a text file and trasnferring it directly into another file with the same file name on the other computer it would work. If not, how else can I transfer a file quickly and easily. Regards, Luke
www.envisagecreations.comwww.phpreviews.net
It won''t work, you need to open it as a binary file, transfer the data, and have the other one save it as a binary file as it comes.


[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Advertisement
how? can you link me to some tutorials or give me some source please???
www.envisagecreations.comwww.phpreviews.net

This topic is closed to new replies.

Advertisement