Click here to Skip to main content
15,885,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvirtual member Pin
khomeyni4-Nov-09 21:01
khomeyni4-Nov-09 21:01 
AnswerRe: virtual member Pin
CPallini4-Nov-09 21:29
mveCPallini4-Nov-09 21:29 
GeneralRe: virtual member Pin
khomeyni5-Nov-09 4:54
khomeyni5-Nov-09 4:54 
GeneralRe: virtual member Pin
CPallini5-Nov-09 6:58
mveCPallini5-Nov-09 6:58 
QuestionComments needed: change from CSocket to raw socket Pin
includeh104-Nov-09 19:25
includeh104-Nov-09 19:25 
AnswerRe: Comments needed: change from CSocket to raw socket Pin
HimanshuJoshi4-Nov-09 20:03
HimanshuJoshi4-Nov-09 20:03 
AnswerRe: Comments needed: change from CSocket to raw socket Pin
CPallini4-Nov-09 21:22
mveCPallini4-Nov-09 21:22 
AnswerRe: Comments needed: change from CSocket to raw socket Pin
Richard MacCutchan4-Nov-09 23:01
mveRichard MacCutchan4-Nov-09 23:01 
includeh10 wrote:
1. my develop OS is win2k, but MSDN says server functions (i.e. listen and accept) need OS-server to support, must I change my OS by OS-server for using server-functions?


I think you misread something, this has never been a requirement. If it was then most Windows PCs would not work.

includeh10 wrote:
2. Is it no good if I keep CSocket for server side and use raw socket for client side? - because server side has no problem.


CSocket is just an MFC wrapper around raw sockets, It is much more likely that there is a bug in your code rather than something wrong with CSocket.
AnswerRe: Comments needed: change from CSocket to raw socket Pin
Moak5-Nov-09 3:15
Moak5-Nov-09 3:15 
QuestionHow to set maximum length for EditControl (textBox) Pin
AliceYeap4-Nov-09 15:32
AliceYeap4-Nov-09 15:32 
AnswerRe: How to set maximum length for EditControl (textBox) Pin
«_Superman_»4-Nov-09 15:50
professional«_Superman_»4-Nov-09 15:50 
GeneralRe: How to set maximum length for EditControl (textBox) Pin
AliceYeap4-Nov-09 16:37
AliceYeap4-Nov-09 16:37 
QuestionRe: How to set maximum length for EditControl (textBox) Pin
David Crow4-Nov-09 17:16
David Crow4-Nov-09 17:16 
GeneralRe: How to set maximum length for EditControl (textBox) [modified] Pin
«_Superman_»4-Nov-09 18:27
professional«_Superman_»4-Nov-09 18:27 
GeneralRe: How to set maximum length for EditControl (textBox) Pin
David Crow5-Nov-09 3:53
David Crow5-Nov-09 3:53 
GeneralRe: How to set maximum length for EditControl (textBox) Pin
«_Superman_»5-Nov-09 5:38
professional«_Superman_»5-Nov-09 5:38 
GeneralRe: How to set maximum length for EditControl (textBox) Pin
David Crow5-Nov-09 6:30
David Crow5-Nov-09 6:30 
AnswerRe: How to set maximum length for EditControl (textBox) Pin
Adam Roderick J4-Nov-09 19:22
Adam Roderick J4-Nov-09 19:22 
AnswerRe: How to set maximum length for EditControl (textBox) Pin
AliceYeap4-Nov-09 20:13
AliceYeap4-Nov-09 20:13 
QuestionDirectShow VMR-9: renders only 50% of the time in fullscreen. how to fix? Pin
Satrugha4-Nov-09 13:38
Satrugha4-Nov-09 13:38 
Questionhow to declare a one based array ? Pin
timbk4-Nov-09 12:47
timbk4-Nov-09 12:47 
AnswerRe: how to declare a one based array ? Pin
Luc Pattyn4-Nov-09 13:25
sitebuilderLuc Pattyn4-Nov-09 13:25 
AnswerRe: how to declare a one based array ? [modified] Pin
CPallini4-Nov-09 13:35
mveCPallini4-Nov-09 13:35 
GeneralRe: how to declare a one based array ? Pin
timbk4-Nov-09 13:43
timbk4-Nov-09 13:43 
QuestionRe: how to declare a one based array ? Pin
CPallini4-Nov-09 13:49
mveCPallini4-Nov-09 13:49 

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.