Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: new line not allowed Pin
Naveen18-May-09 3:12
Naveen18-May-09 3:12 
GeneralRe: new line not allowed Pin
susanne118-May-09 4:28
susanne118-May-09 4:28 
QuestionUnicode problem in richedit Pin
subzero_strike18-May-09 1:47
subzero_strike18-May-09 1:47 
QuestionSetting System Clock in Vista (&7) - UAC problem Pin
rbrunton18-May-09 1:17
rbrunton18-May-09 1:17 
Questionplease .... Pin
yunpil18-May-09 0:48
yunpil18-May-09 0:48 
AnswerRe: please .... Pin
benjymous18-May-09 1:07
benjymous18-May-09 1:07 
AnswerRe: please .... Pin
_AnsHUMAN_ 18-May-09 1:12
_AnsHUMAN_ 18-May-09 1:12 
AnswerRe: please .... Pin
jeron118-May-09 9:45
jeron118-May-09 9:45 
Questionstring::find() function for case insensitive search Pin
hrishiS18-May-09 0:40
hrishiS18-May-09 0:40 
AnswerRe: string::find() function for case insensitive search Pin
benjymous18-May-09 1:12
benjymous18-May-09 1:12 
GeneralRe: string::find() function for case insensitive search Pin
hrishiS18-May-09 18:19
hrishiS18-May-09 18:19 
AnswerRe: string::find() function for case insensitive search Pin
Nibu babu thomas18-May-09 2:31
Nibu babu thomas18-May-09 2:31 
GeneralRe: string::find() function for case insensitive search Pin
hrishiS18-May-09 18:54
hrishiS18-May-09 18:54 
GeneralRe: string::find() function for case insensitive search Pin
Nibu babu thomas18-May-09 18:58
Nibu babu thomas18-May-09 18:58 
QuestionHow to change the font style of a Control while creating a control dynamically Pin
Shiv Murti Pal17-May-09 23:49
Shiv Murti Pal17-May-09 23:49 
Questionend of maximization of frame Pin
baerten17-May-09 23:28
baerten17-May-09 23:28 
QuestionExtend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan17-May-09 23:26
Madan Chauhan17-May-09 23:26 
AnswerRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Rajesh R Subramanian17-May-09 23:32
professionalRajesh R Subramanian17-May-09 23:32 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan17-May-09 23:46
Madan Chauhan17-May-09 23:46 
AnswerRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
C++myLife17-May-09 23:46
C++myLife17-May-09 23:46 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan17-May-09 23:56
Madan Chauhan17-May-09 23:56 
AnswerRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
C++myLife17-May-09 23:56
C++myLife17-May-09 23:56 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
Madan Chauhan18-May-09 0:36
Madan Chauhan18-May-09 0:36 
GeneralRe: Extend vloume using FSCTL_EXTEND_VOLUME Pin
C++myLife18-May-09 0:39
C++myLife18-May-09 0:39 
QuestionAbout Thread Synchronization Pin
hanq_3891013017-May-09 23:16
hanq_3891013017-May-09 23:16 
Hi all,

I'm having an application for Remote control, but there are some problems in its part of network connections.I have tried for weeks, still can't find out the reason for that.

In our program, we don't use thread synchronization in function "TCPSock->Recv"(winsock api recv() is used in it), because this function is only used in single thread. Today, I tried to add thread synchronization to this function.As a result, these network connections problems are fixed(at least it seems to be).

My question is, "Is thread synchronization needed when only using a function in single thread?"

Regards,
HQ

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.