Click here to Skip to main content
15,914,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HELP!!!!!!!!!!!! Pin
MFC is the Best13-Jul-02 0:12
MFC is the Best13-Jul-02 0:12 
GeneralRe: HELP!!!!!!!!!!!! Pin
Nish Nishant13-Jul-02 0:32
sitebuilderNish Nishant13-Jul-02 0:32 
GeneralRe: HELP!!!!!!!!!!!! Pin
MFC is the Best13-Jul-02 0:34
MFC is the Best13-Jul-02 0:34 
GeneralRe: HELP!!!!!!!!!!!! Pin
Christian Graus13-Jul-02 0:17
protectorChristian Graus13-Jul-02 0:17 
GeneralRe: HELP!!!!!!!!!!!! Pin
MFC is the Best13-Jul-02 0:30
MFC is the Best13-Jul-02 0:30 
Generalmsxml parser Pin
Tzoockee12-Jul-02 22:45
Tzoockee12-Jul-02 22:45 
GeneralRe: msxml parser Pin
Giles12-Jul-02 23:10
Giles12-Jul-02 23:10 
GeneralSocket and IOCP Pin
Anonymous12-Jul-02 22:37
Anonymous12-Jul-02 22:37 
For creating high performance socket server, we use the technique of IO completion ports. We create IO completion port and related threads ourself using the function CreateIOCompletionPort().

There is also another function called BindIOCompletionCallback(). If we use this function we don't have to do the manual work. We simply let windows to create IO completion port and associate threads with it.

My question is that which solution is the more efficient, either manual creaton of IOCP or the later one.
GeneralRe: Socket and IOCP Pin
Anonymous12-Jul-02 23:01
Anonymous12-Jul-02 23:01 
GeneralRe: Socket and IOCP Pin
Giles12-Jul-02 23:22
Giles12-Jul-02 23:22 
GeneralRe: Socket and IOCP Pin
Giles12-Jul-02 23:13
Giles12-Jul-02 23:13 
Generalurgent! how to paint CToolBar Pin
includeh1012-Jul-02 21:59
includeh1012-Jul-02 21:59 
GeneralRe: urgent! how to paint CToolBar Pin
Michael Dunn13-Jul-02 7:11
sitebuilderMichael Dunn13-Jul-02 7:11 
Questionurgent! how to paint border of CWnd? Pin
includeh1012-Jul-02 21:52
includeh1012-Jul-02 21:52 
AnswerRe: urgent! how to paint border of CWnd? Pin
NormDroid12-Jul-02 23:22
professionalNormDroid12-Jul-02 23:22 
GeneralRe: urgent! how to paint border of CWnd? Pin
includeh1013-Jul-02 0:15
includeh1013-Jul-02 0:15 
GeneralRe: urgent! how to paint border of CWnd? Pin
NormDroid13-Jul-02 1:00
professionalNormDroid13-Jul-02 1:00 
GeneralDraw select part of the bitmap Pin
chen12-Jul-02 20:58
chen12-Jul-02 20:58 
GeneralRe: Draw select part of the bitmap Pin
Christian Graus12-Jul-02 21:07
protectorChristian Graus12-Jul-02 21:07 
GeneralRe: Draw select part of the bitmap Pin
includeh1012-Jul-02 22:06
includeh1012-Jul-02 22:06 
GeneralRe: Draw select part of the bitmap Pin
chen13-Jul-02 6:10
chen13-Jul-02 6:10 
QuestionGet window position and size? Pin
Anonymous12-Jul-02 19:55
Anonymous12-Jul-02 19:55 
AnswerRe: Get window position and size? Pin
Christian Graus12-Jul-02 20:43
protectorChristian Graus12-Jul-02 20:43 
GeneralUsing WINAPI WNetAddConnection2( ) functionlinker Pin
Shibu.V.Nair12-Jul-02 19:14
Shibu.V.Nair12-Jul-02 19:14 
GeneralRe: Using WINAPI WNetAddConnection2( ) functionlinker Pin
NormDroid12-Jul-02 23:23
professionalNormDroid12-Jul-02 23:23 

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.