Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC VC++ ListCtrl Pin
CPallini12-Sep-19 1:32
mveCPallini12-Sep-19 1:32 
GeneralRe: MFC VC++ ListCtrl Pin
Member 1457555612-Sep-19 1:41
Member 1457555612-Sep-19 1:41 
GeneralRe: MFC VC++ ListCtrl Pin
Richard MacCutchan12-Sep-19 1:45
mveRichard MacCutchan12-Sep-19 1:45 
AnswerRe: MFC VC++ ListCtrl Pin
Victor Nijegorodov12-Sep-19 1:41
Victor Nijegorodov12-Sep-19 1:41 
QuestionRe: MFC VC++ ListCtrl Pin
David Crow12-Sep-19 7:26
David Crow12-Sep-19 7:26 
Questionfast return of data to the server Pin
Diprom11-Sep-19 22:36
Diprom11-Sep-19 22:36 
AnswerRe: fast return of data to the server Pin
Diprom11-Sep-19 23:11
Diprom11-Sep-19 23:11 
GeneralRe: fast return of data to the server Pin
Stefan_Lang12-Sep-19 6:02
Stefan_Lang12-Sep-19 6:02 
I'm confused:

1. TCP/IP already takes care of packet delivery; it makes sure it arrives, and if it doesn't, it gets resent. Why implement another queue on top of that? That just creates more traffic, and you made a point you want to avoid that.

2. You said something about asynchronous processing, but if you implement a queue as you said, it enforces synchronization! So what do you want? Synchronized or not?

That said, I have no experience in programming this kind of stuff, I only know the theory. But maybe there's something to the many things people say about theory and practice http://wiki.c2.com/?QuotesOnTheoryVsPractice[^] Wink | ;)
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

QuestionVirtual address of pointer keeps changing Pin
Rakanoth9-Sep-19 22:45
Rakanoth9-Sep-19 22:45 
AnswerRe: Virtual address of pointer keeps changing Pin
Richard MacCutchan9-Sep-19 23:18
mveRichard MacCutchan9-Sep-19 23:18 
GeneralRe: Virtual address of pointer keeps changing Pin
Rakanoth10-Sep-19 2:28
Rakanoth10-Sep-19 2:28 
GeneralRe: Virtual address of pointer keeps changing Pin
OriginalGriff10-Sep-19 2:29
mveOriginalGriff10-Sep-19 2:29 
GeneralRe: Virtual address of pointer keeps changing Pin
Rakanoth10-Sep-19 2:48
Rakanoth10-Sep-19 2:48 
GeneralRe: Virtual address of pointer keeps changing Pin
OriginalGriff10-Sep-19 3:04
mveOriginalGriff10-Sep-19 3:04 
AnswerRe: Virtual address of pointer keeps changing Pin
Stefan_Lang10-Sep-19 3:24
Stefan_Lang10-Sep-19 3:24 
QuestionMFC vc++ and MySQL database Pin
Member 145755562-Sep-19 15:47
Member 145755562-Sep-19 15:47 
AnswerRe: MFC vc++ and MySQL database Pin
_Flaviu2-Sep-19 20:10
_Flaviu2-Sep-19 20:10 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755563-Sep-19 1:22
Member 145755563-Sep-19 1:22 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu3-Sep-19 22:27
_Flaviu3-Sep-19 22:27 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755569-Sep-19 0:14
Member 145755569-Sep-19 0:14 
AnswerRe: MFC vc++ and MySQL database Pin
David Crow9-Sep-19 4:38
David Crow9-Sep-19 4:38 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755569-Sep-19 19:27
Member 145755569-Sep-19 19:27 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu9-Sep-19 21:20
_Flaviu9-Sep-19 21:20 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555611-Sep-19 20:02
Member 1457555611-Sep-19 20:02 
GeneralRe: MFC vc++ and MySQL database Pin
Richard MacCutchan11-Sep-19 21:13
mveRichard MacCutchan11-Sep-19 21:13 

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.