Click here to Skip to main content
15,891,762 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: MFC and Serialize... How do I attach an icon/schema? Pin
Ravi Bhavnani11-Apr-07 17:12
professionalRavi Bhavnani11-Apr-07 17:12 
AnswerRe: MFC and Serialize... How do I attach an icon/schema? Pin
maxmaven11-Apr-07 18:20
maxmaven11-Apr-07 18:20 
GeneralRe: MFC and Serialize... How do I attach an icon/schema? Pin
Steve S11-Apr-07 21:27
Steve S11-Apr-07 21:27 
GeneralRe: MFC and Serialize... How do I attach an icon/schema? Pin
maxmaven12-Apr-07 11:05
maxmaven12-Apr-07 11:05 
Questionopengl and tcp/ip Pin
synapticleft11-Apr-07 14:55
synapticleft11-Apr-07 14:55 
AnswerRe: opengl and tcp/ip Pin
El Corazon11-Apr-07 15:18
El Corazon11-Apr-07 15:18 
GeneralRe: opengl and tcp/ip Pin
synapticleft16-Apr-07 13:11
synapticleft16-Apr-07 13:11 
GeneralRe: opengl and tcp/ip Pin
Moak17-Apr-07 0:13
Moak17-Apr-07 0:13 
Have you considered using non-blocking sockets?

Speaking about socket concepts, possible alternatives are from the view of a client:
a) blocking (read data available then wait blocking until more is available)
b) threaded (one ore multiple threads per socket, comes with inter-thread communication)
c) asynchronous (handling multiple sockets, application is typically event based)
The concept always depends on your requirements, I prefered last one in my past projects because it is flexible. There are of course more variants, such as polling (regular check if more data is there and then read it, however then you could also use the asynchronous concept and save CPU cycles).

Hope it helps
QuestionIs this a Bug or What? Pin
sanket.patel11-Apr-07 11:37
sanket.patel11-Apr-07 11:37 
AnswerRe: Is this a Bug or What? Pin
sthotakura11-Apr-07 11:47
sthotakura11-Apr-07 11:47 
GeneralRe: Is this a Bug or What? Pin
sanket.patel11-Apr-07 11:53
sanket.patel11-Apr-07 11:53 
GeneralRe: Is this a Bug or What? Pin
sthotakura11-Apr-07 11:58
sthotakura11-Apr-07 11:58 
GeneralRe: Is this a Bug or What? Pin
toxcct11-Apr-07 12:03
toxcct11-Apr-07 12:03 
GeneralRe: Is this a Bug or What? Pin
Christian Graus11-Apr-07 15:49
protectorChristian Graus11-Apr-07 15:49 
GeneralRe: Is this a Bug or What? Pin
BadKarma11-Apr-07 20:34
BadKarma11-Apr-07 20:34 
GeneralRe: Is this a Bug or What? Pin
Christian Graus12-Apr-07 1:50
protectorChristian Graus12-Apr-07 1:50 
GeneralRe: Is this a Bug or What? Pin
Rajesh R Subramanian11-Apr-07 22:43
professionalRajesh R Subramanian11-Apr-07 22:43 
AnswerRe: Is this a Bug or What? Pin
toxcct11-Apr-07 12:00
toxcct11-Apr-07 12:00 
GeneralRe: Is this a Bug or What? Pin
sanket.patel11-Apr-07 12:11
sanket.patel11-Apr-07 12:11 
GeneralRe: Is this a Bug or What? Pin
toxcct11-Apr-07 12:17
toxcct11-Apr-07 12:17 
GeneralRe: Is this a Bug or What? Pin
sanket.patel11-Apr-07 12:25
sanket.patel11-Apr-07 12:25 
AnswerRe: Is this a Bug or What? Pin
Michael Dunn11-Apr-07 18:47
sitebuilderMichael Dunn11-Apr-07 18:47 
AnswerRe: Is this a Bug or What? Pin
Rajesh R Subramanian11-Apr-07 18:53
professionalRajesh R Subramanian11-Apr-07 18:53 
AnswerRe: Is this a Bug or What? Pin
cp987611-Apr-07 20:11
cp987611-Apr-07 20:11 
GeneralRe: Is this a Bug or What? Pin
Mark Salsbery12-Apr-07 8:15
Mark Salsbery12-Apr-07 8:15 

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.