Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: for (; !Free; ) ; ???? Pin
ian mariano27-Oct-02 21:51
ian mariano27-Oct-02 21:51 
QuestionHelp! LNK2005 Error? Pin
Dean_Lee27-Oct-02 4:35
Dean_Lee27-Oct-02 4:35 
AnswerRe: Help! LNK2005 Error? Pin
Chris Losinger27-Oct-02 4:50
professionalChris Losinger27-Oct-02 4:50 
GeneralRe: Help! LNK2005 Error? Pin
Dean_Lee27-Oct-02 5:04
Dean_Lee27-Oct-02 5:04 
QuestionUpdate my systray icon after explorer crash? Pin
Anonymous27-Oct-02 4:27
Anonymous27-Oct-02 4:27 
AnswerRe: Update my systray icon after explorer crash? Pin
Michael Dunn27-Oct-02 5:17
sitebuilderMichael Dunn27-Oct-02 5:17 
GeneralFile Transfer-- Binary Data Pin
Pett27-Oct-02 4:23
Pett27-Oct-02 4:23 
GeneralRe: File Transfer-- Binary Data Pin
Anonymous27-Oct-02 5:20
Anonymous27-Oct-02 5:20 
Hi,
for example make a new client socket that does not send/receive chat text, but instead only receives (binary) data.

You can derive a new class from your CClientSocket, so it's more clear that this class has a single purpose (downloading files). On the server side you might need to add more handshake to distinguish between incoming clients and incoming file requests (I don't know what Chatter and Chatsrvr do).

Propably you wanted to transfar text and binary data via one socket... but this might not be good if transfering bigger files. While transfaring the user couldn't chat anymore and the server can't send chat text. Creating a new socket for file transfar solves this problems.

Hope it helps, Moak
Generalsome Hex number Pin
tongc27-Oct-02 4:04
tongc27-Oct-02 4:04 
GeneralRe: some Hex number Pin
Brian Delahunty27-Oct-02 4:19
Brian Delahunty27-Oct-02 4:19 
GeneralMonitoring Files - Disk Access Pin
Anonymous27-Oct-02 3:36
Anonymous27-Oct-02 3:36 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 3:43
professionalRavi Bhavnani27-Oct-02 3:43 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 4:02
Anonymous27-Oct-02 4:02 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 4:05
Anonymous27-Oct-02 4:05 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 4:09
professionalRavi Bhavnani27-Oct-02 4:09 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 7:46
Anonymous27-Oct-02 7:46 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 9:32
professionalRavi Bhavnani27-Oct-02 9:32 
GeneralSerializing and class hierarchy Pin
Conan Ua Diarmaid27-Oct-02 3:32
sussConan Ua Diarmaid27-Oct-02 3:32 
GeneralRe: Serializing and class hierarchy Pin
Ravi Bhavnani27-Oct-02 3:41
professionalRavi Bhavnani27-Oct-02 3:41 
GeneralYah, read that but not enough info. Pin
Con27-Oct-02 4:24
Con27-Oct-02 4:24 
GeneralRe: Yah, read that but not enough info. Pin
Ravi Bhavnani27-Oct-02 4:30
professionalRavi Bhavnani27-Oct-02 4:30 
GeneralRe: Class Factory Pin
Con27-Oct-02 4:35
Con27-Oct-02 4:35 
GeneralRe: Class Factory Pin
Ravi Bhavnani27-Oct-02 4:45
professionalRavi Bhavnani27-Oct-02 4:45 
GeneralRe: Last One Pin
Con27-Oct-02 4:52
Con27-Oct-02 4:52 
GeneralRe: Last One Pin
Ravi Bhavnani27-Oct-02 10:38
professionalRavi Bhavnani27-Oct-02 10:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.