Click here to Skip to main content
15,915,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWindows client-server Pin
aryan14616-Nov-07 5:26
aryan14616-Nov-07 5:26 
AnswerRe: Windows client-server Pin
Mark Salsbery16-Nov-07 5:35
Mark Salsbery16-Nov-07 5:35 
GeneralRe: Windows client-server Pin
led mike16-Nov-07 6:34
led mike16-Nov-07 6:34 
GeneralRe: Windows client-server Pin
Mark Salsbery16-Nov-07 6:43
Mark Salsbery16-Nov-07 6:43 
JokeRe: Windows client-server Pin
Maximilien16-Nov-07 7:03
Maximilien16-Nov-07 7:03 
AnswerRe: Windows client-server Pin
Gary R. Wheeler16-Nov-07 13:00
Gary R. Wheeler16-Nov-07 13:00 
GeneralRe: Windows client-server Pin
aryan14616-Nov-07 17:49
aryan14616-Nov-07 17:49 
GeneralRe: Windows client-server Pin
markkuk17-Nov-07 0:10
markkuk17-Nov-07 0:10 
The Standard C and C++ languages don't contain any networking functions. The only way to create a client server program in any OS is to use the operating system's API either directly or through some wrapper library. "just calling some functions" in a Linux program means using the POSIX sockets API, just the same way as you would use the Winsock API in a Windows program.
Questionchanging $MFT records [modified] Pin
aryan14616-Nov-07 5:20
aryan14616-Nov-07 5:20 
QuestionMDI unwanted window + child dialog ? Pin
Jarrah_1216-Nov-07 5:19
Jarrah_1216-Nov-07 5:19 
AnswerRe: MDI unwanted window + child dialog ? Pin
Mark Salsbery16-Nov-07 5:56
Mark Salsbery16-Nov-07 5:56 
GeneralRe: MDI unwanted window + child dialog ? Pin
Jarrah_1216-Nov-07 9:08
Jarrah_1216-Nov-07 9:08 
GeneralRe: MDI unwanted window + child dialog ? Pin
Mark Salsbery16-Nov-07 9:15
Mark Salsbery16-Nov-07 9:15 
AnswerRe: MDI unwanted window + child dialog ? Pin
Maximilien16-Nov-07 9:14
Maximilien16-Nov-07 9:14 
GeneralRe: MDI unwanted window + child dialog ? Pin
Jarrah_1216-Nov-07 10:05
Jarrah_1216-Nov-07 10:05 
AnswerRe: MDI unwanted window + child dialog ? Pin
Nelek18-Nov-07 22:03
protectorNelek18-Nov-07 22:03 
Questionapplication crash Pin
satyanarayana dasari16-Nov-07 5:16
satyanarayana dasari16-Nov-07 5:16 
AnswerYou're an unlucky boy! Pin
CPallini16-Nov-07 5:33
mveCPallini16-Nov-07 5:33 
QuestionRe: application crash Pin
David Crow16-Nov-07 5:38
David Crow16-Nov-07 5:38 
JokeRe: application crash Pin
Chris Meech16-Nov-07 10:35
Chris Meech16-Nov-07 10:35 
JokeRe: application crash Pin
chandu00416-Nov-07 21:13
chandu00416-Nov-07 21:13 
AnswerRe: application crash Pin
Hamid_RT16-Nov-07 7:02
Hamid_RT16-Nov-07 7:02 
Questionport connection Pin
Wamuti16-Nov-07 4:44
Wamuti16-Nov-07 4:44 
AnswerRe: port connection Pin
Mark Salsbery16-Nov-07 5:05
Mark Salsbery16-Nov-07 5:05 
QuestionRe: port connection Pin
Wamuti16-Nov-07 5:21
Wamuti16-Nov-07 5:21 

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.