Click here to Skip to main content
15,886,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRFC 868 [solved] Pin
David Crow17-Sep-09 10:38
David Crow17-Sep-09 10:38 
AnswerRe: RFC 868 Pin
CPallini17-Sep-09 10:57
mveCPallini17-Sep-09 10:57 
GeneralRe: RFC 868 Pin
David Crow17-Sep-09 11:01
David Crow17-Sep-09 11:01 
GeneralRe: RFC 868 Pin
CPallini17-Sep-09 11:04
mveCPallini17-Sep-09 11:04 
GeneralRe: RFC 868 Pin
David Crow17-Sep-09 16:31
David Crow17-Sep-09 16:31 
GeneralRe: RFC 868 Pin
CPallini17-Sep-09 20:38
mveCPallini17-Sep-09 20:38 
GeneralRe: RFC 868 Pin
David Crow18-Sep-09 2:30
David Crow18-Sep-09 2:30 
AnswerRe: RFC 868 Pin
Stuart Dootson17-Sep-09 11:05
professionalStuart Dootson17-Sep-09 11:05 
Should

recv(rSocket, nData, sizeof(nData), 0);


be

recv(rSocket, (void*)&nData, sizeof(nData), 0);


You need to give recv a pointer to put the data into...

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: RFC 868 Pin
Stuart Dootson17-Sep-09 13:45
professionalStuart Dootson17-Sep-09 13:45 
GeneralRe: RFC 868 Pin
David Crow17-Sep-09 16:30
David Crow17-Sep-09 16:30 
GeneralRe: RFC 868 Pin
Joe Woodbury17-Sep-09 17:40
professionalJoe Woodbury17-Sep-09 17:40 
GeneralRe: RFC 868 Pin
Stuart Dootson17-Sep-09 20:59
professionalStuart Dootson17-Sep-09 20:59 
GeneralRe: RFC 868 Pin
David Crow18-Sep-09 2:28
David Crow18-Sep-09 2:28 
QuestionRe: RFC 868 [solved] [modified] Pin
CPallini18-Sep-09 9:42
mveCPallini18-Sep-09 9:42 
AnswerRe: RFC 868 [solved] Pin
David Crow18-Sep-09 9:47
David Crow18-Sep-09 9:47 
GeneralRe: RFC 868 [solved] Pin
CPallini18-Sep-09 10:37
mveCPallini18-Sep-09 10:37 
QuestionRe: RFC 868 [solved] Pin
David Crow21-Sep-09 4:05
David Crow21-Sep-09 4:05 
QuestionConvert Julian date/time to Normal date/time? Pin
dipuks17-Sep-09 9:53
dipuks17-Sep-09 9:53 
QuestionRe: Convert Julian date/time to Normal date/time? Pin
David Crow17-Sep-09 10:01
David Crow17-Sep-09 10:01 
AnswerRe: Convert Julian date/time to Normal date/time? Pin
dipuks17-Sep-09 10:37
dipuks17-Sep-09 10:37 
GeneralRe: Convert Julian date/time to Normal date/time? Pin
David Crow17-Sep-09 10:40
David Crow17-Sep-09 10:40 
GeneralRe: Convert Julian date/time to Normal date/time? Pin
dipuks17-Sep-09 10:45
dipuks17-Sep-09 10:45 
GeneralRe: Convert Julian date/time to Normal date/time? Pin
dipuks17-Sep-09 10:52
dipuks17-Sep-09 10:52 
QuestionRe: Convert Julian date/time to Normal date/time? Pin
David Crow17-Sep-09 10:59
David Crow17-Sep-09 10:59 
AnswerRe: Convert Julian date/time to Normal date/time? Pin
dipuks17-Sep-09 11:05
dipuks17-Sep-09 11: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.