Click here to Skip to main content
15,925,371 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionConflict with enum in struct Pin
kim hk13-Nov-07 20:27
kim hk13-Nov-07 20:27 
AnswerRe: Conflict with enum in struct Pin
George L. Jackson15-Nov-07 13:05
George L. Jackson15-Nov-07 13:05 
Questionneed help with array in C Pin
ndtoan1313-Nov-07 15:37
ndtoan1313-Nov-07 15:37 
AnswerRe: need help with array in C Pin
Christian Graus13-Nov-07 15:46
protectorChristian Graus13-Nov-07 15:46 
AnswerRe: need help with array in C Pin
Jude Deng13-Nov-07 15:52
Jude Deng13-Nov-07 15:52 
GeneralRe: need help with array in C Pin
ndtoan1313-Nov-07 20:33
ndtoan1313-Nov-07 20:33 
GeneralRe: need help with array in C Pin
Christian Graus13-Nov-07 22:08
protectorChristian Graus13-Nov-07 22:08 
QuestionHow to take control of TCP/IP in our hands? Pin
AlwaysStudent12-Nov-07 23:04
AlwaysStudent12-Nov-07 23:04 
Hi all,

I have written a program to receive date through TCP/IP. I used Socket for that. Actually my program is a server that only listens to clients. Well, the program works fine, if the clients send data gradually, but if a client sends big data packet fast, then my program cannot cope with that speed. Therefore it receives packet #1, and while it is busy doing that, the client may send three more packet meanwhile. Again when my program is ready to receive next packet, it has already missed three packets and receives the 4th packet that the client has sent.
Is there any way to take control of TCP/IP in our hand? I mean a way that when my Listener Server program receives the 1st packet, the TCP cannot send packets anymore until my program asks for a new packet?

Thanks in advance


AlwaysStudent

AnswerRe: How to take control of TCP/IP in our hands? Pin
led mike13-Nov-07 4:42
led mike13-Nov-07 4:42 
GeneralRe: How to take control of TCP/IP in our hands? Pin
AlwaysStudent13-Nov-07 17:29
AlwaysStudent13-Nov-07 17:29 
QuestionHow to mount any file? Pin
bhaskar jatav12-Nov-07 17:37
bhaskar jatav12-Nov-07 17:37 
AnswerRe: How to mount any file? Pin
Christian Graus12-Nov-07 17:57
protectorChristian Graus12-Nov-07 17:57 
GeneralRe: How to mount any file? Pin
bhaskar jatav13-Nov-07 20:32
bhaskar jatav13-Nov-07 20:32 
GeneralRe: How to mount any file? Pin
Christian Graus13-Nov-07 22:09
protectorChristian Graus13-Nov-07 22:09 
QuestionHow to Create virtual drive? Pin
bhaskar jatav12-Nov-07 17:34
bhaskar jatav12-Nov-07 17:34 
GeneralRe: How to Create virtual drive? Pin
earlgraham4-Jan-08 7:17
earlgraham4-Jan-08 7:17 
QuestionDouble::TryParse() Pin
UnHolyKnight55512-Nov-07 4:38
UnHolyKnight55512-Nov-07 4:38 
AnswerRe: Double::TryParse() [modified] Pin
Luc Pattyn12-Nov-07 5:05
sitebuilderLuc Pattyn12-Nov-07 5:05 
GeneralRe: Double::TryParse() [modified] Pin
UnHolyKnight55512-Nov-07 6:45
UnHolyKnight55512-Nov-07 6:45 
GeneralRe: Double::TryParse() Pin
Luc Pattyn12-Nov-07 7:16
sitebuilderLuc Pattyn12-Nov-07 7:16 
GeneralRe: Double::TryParse() Pin
Luc Pattyn12-Nov-07 7:23
sitebuilderLuc Pattyn12-Nov-07 7:23 
GeneralRe: Double::TryParse() Pin
UnHolyKnight55512-Nov-07 6:33
UnHolyKnight55512-Nov-07 6:33 
AnswerRe: Double::TryParse() Pin
nianfu.zhang13-Nov-07 17:09
nianfu.zhang13-Nov-07 17:09 
QuestionProblem VC 6 to VC 2005 Pin
wira1guys11-Nov-07 23:00
wira1guys11-Nov-07 23:00 
AnswerRe: Problem VC 6 to VC 2005 Pin
George L. Jackson11-Nov-07 23:48
George L. Jackson11-Nov-07 23:48 

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.