Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: derived class can not access base class protected member? Pin
George_George21-Oct-07 19:21
George_George21-Oct-07 19:21 
GeneralRe: derived class can not access base class protected member? Pin
Cedric Moonen21-Oct-07 20:42
Cedric Moonen21-Oct-07 20:42 
GeneralRe: derived class can not access base class protected member? Pin
George_George21-Oct-07 21:43
George_George21-Oct-07 21:43 
GeneralRe: derived class can not access base class protected member? Pin
Mark Salsbery23-Oct-07 7:49
Mark Salsbery23-Oct-07 7:49 
GeneralRe: derived class can not access base class protected member? Pin
Mark Salsbery23-Oct-07 10:58
Mark Salsbery23-Oct-07 10:58 
GeneralRe: derived class can not access base class protected member? Pin
George_George23-Oct-07 17:27
George_George23-Oct-07 17:27 
Questionsocket programming Pin
jersph21-Oct-07 4:36
jersph21-Oct-07 4:36 
AnswerRe: socket programming Pin
Cedric Moonen21-Oct-07 4:48
Cedric Moonen21-Oct-07 4:48 
If you are using synchronous sockets (so, using send and recv functions), there is no notion of packets there. You just read a certain amount of bytes. If you want to keep packets, you will need to send first the size of the packet. On the other side, you simply read this data (coded on 1,2 or 4 bytes depending on your needs) and then read the corresponding number of bytes.


Cédric Moonen
Software developer

Charting control [v1.2]

AnswerRe: socket programming Pin
arun kumar kk21-Oct-07 20:52
arun kumar kk21-Oct-07 20:52 
QuestionWhich control had focus? Pin
Hadi Dayvary21-Oct-07 4:04
professionalHadi Dayvary21-Oct-07 4:04 
AnswerRe: Which control had focus? Pin
Hamid_RT21-Oct-07 4:48
Hamid_RT21-Oct-07 4:48 
AnswerRe: Which control had focus? Pin
Mark Salsbery21-Oct-07 7:22
Mark Salsbery21-Oct-07 7:22 
QuestionTrying to mimic Pin
dellthinker21-Oct-07 3:31
dellthinker21-Oct-07 3:31 
Questionhow do you get the index of a row in a list control Pin
king'ori21-Oct-07 2:11
king'ori21-Oct-07 2:11 
AnswerRe: how do you get the index of a row in a list control Pin
Hamid_RT21-Oct-07 2:22
Hamid_RT21-Oct-07 2:22 
AnswerRe: how do you get the index of a row in a list control Pin
lgbean21-Oct-07 9:40
lgbean21-Oct-07 9:40 
QuestionWhat should I do? Pin
bornunique21-Oct-07 1:33
bornunique21-Oct-07 1:33 
AnswerRe: What should I do? Pin
Hamid_RT21-Oct-07 1:58
Hamid_RT21-Oct-07 1:58 
AnswerRe: What should I do? Pin
Johpoke21-Oct-07 2:22
Johpoke21-Oct-07 2:22 
AnswerRe: What should I do? Pin
Mark Salsbery21-Oct-07 7:27
Mark Salsbery21-Oct-07 7:27 
AnswerRe: What should I do? Pin
Nelek21-Oct-07 20:29
protectorNelek21-Oct-07 20:29 
AnswerRe: What should I do? Pin
David Crow22-Oct-07 5:16
David Crow22-Oct-07 5:16 
QuestionMFC focus question Pin
FredrickNorge21-Oct-07 0:14
FredrickNorge21-Oct-07 0:14 
AnswerRe: MFC focus question Pin
Mark Salsbery21-Oct-07 7:40
Mark Salsbery21-Oct-07 7:40 
GeneralRe: MFC focus question Pin
FredrickNorge21-Oct-07 11:12
FredrickNorge21-Oct-07 11:12 

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.