Click here to Skip to main content
15,924,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: About Socket Server in vc++ Pin
hiral_shah12-Sep-06 23:49
hiral_shah12-Sep-06 23:49 
AnswerRe: About Socket Server in vc++ Pin
Mohammad A Gdeisat13-Sep-06 0:18
Mohammad A Gdeisat13-Sep-06 0:18 
GeneralRe: About Socket Server in vc++ Pin
hiral_shah13-Sep-06 0:23
hiral_shah13-Sep-06 0:23 
Questionthe errata of <<C++ Primer, 4TH>>? Pin
DollfaceYY12-Sep-06 22:34
DollfaceYY12-Sep-06 22:34 
Questionerror using WM_PRINT Pin
alirezaabdoullahzadeh12-Sep-06 22:12
alirezaabdoullahzadeh12-Sep-06 22:12 
AnswerRe: error using WM_PRINT Pin
Mohammad A Gdeisat12-Sep-06 23:05
Mohammad A Gdeisat12-Sep-06 23:05 
QuestionInternet connectivity Pin
Anu_Bala12-Sep-06 22:05
Anu_Bala12-Sep-06 22:05 
AnswerRe: Internet connectivity Pin
Mr.Brainley12-Sep-06 22:41
Mr.Brainley12-Sep-06 22:41 
That depends on your needs. If you want security, you should use Web Services. DCOM and RPC are also possible, but they are only recommeded for trusted boundaries. Also, there are performance issues with these over the internet, since they are more OOP oriented. XML-Webservices can be implemented using the ATL-Server templates, check here :. In any case, there are certain design issues to be considered when stepping from LAN to Internet. Latency is usually much higher, so try to minimize the number of function calls (no chatty interfaces). Try to put as much information as possible into a single transmission. Bandwith is cheap, latency is expensive.

I hope that helps you a little.
QuestionHow to access the files Pin
radhika2812-Sep-06 21:29
radhika2812-Sep-06 21:29 
AnswerRe: How to access the files Pin
Naveen12-Sep-06 21:39
Naveen12-Sep-06 21:39 
GeneralRe: How to access the files Pin
radhika2812-Sep-06 21:44
radhika2812-Sep-06 21:44 
GeneralRe: How to access the files Pin
Hamid_RT12-Sep-06 22:08
Hamid_RT12-Sep-06 22:08 
QuestionPreTranslateMessage(), OnCancel() Pin
kumar_mk12-Sep-06 20:49
kumar_mk12-Sep-06 20:49 
AnswerRe: PreTranslateMessage(), OnCancel() Pin
Mr.Brainley12-Sep-06 21:02
Mr.Brainley12-Sep-06 21:02 
AnswerRe: PreTranslateMessage(), OnCancel() Pin
Naveen12-Sep-06 21:29
Naveen12-Sep-06 21:29 
GeneralRe: PreTranslateMessage(), OnCancel() Pin
kumar_mk12-Sep-06 23:12
kumar_mk12-Sep-06 23:12 
QuestionThreads sleep Pin
tiflo12-Sep-06 20:40
tiflo12-Sep-06 20:40 
AnswerRe: Threads sleep Pin
HelloGuysHelpMe12-Sep-06 20:59
HelloGuysHelpMe12-Sep-06 20:59 
GeneralRe: Threads sleep Pin
tiflo13-Sep-06 1:14
tiflo13-Sep-06 1:14 
GeneralRe: Threads sleep Pin
Steve S13-Sep-06 1:38
Steve S13-Sep-06 1:38 
GeneralRe: Threads sleep Pin
tiflo13-Sep-06 5:55
tiflo13-Sep-06 5:55 
Questionhow to get control when right-mouse or middle-mouse click on button??? Pin
michaelleetw12-Sep-06 20:00
michaelleetw12-Sep-06 20:00 
AnswerRe: how to get control when right-mouse or middle-mouse click on button??? Pin
Programm3r12-Sep-06 20:07
Programm3r12-Sep-06 20:07 
AnswerRe: how to get control when right-mouse or middle-mouse click on button??? Pin
Hamid_RT12-Sep-06 22:06
Hamid_RT12-Sep-06 22:06 
AnswerRe: how to get control when right-mouse or middle-mouse click on button??? Pin
Nibu babu thomas12-Sep-06 23:05
Nibu babu thomas12-Sep-06 23:05 

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.