Click here to Skip to main content
16,005,119 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "#if defined" problem ... Pin
Daniel Strigl3-Mar-03 10:02
Daniel Strigl3-Mar-03 10:02 
GeneralRe: "#if defined" problem ... Pin
PJ Arends3-Mar-03 10:43
professionalPJ Arends3-Mar-03 10:43 
GeneralON_CONTROL_RANGE and BN_PUSHED Pin
Scott H. Settlemier3-Mar-03 9:04
Scott H. Settlemier3-Mar-03 9:04 
GeneralRe: ON_CONTROL_RANGE and BN_PUSHED Pin
Scott H. Settlemier3-Mar-03 9:17
Scott H. Settlemier3-Mar-03 9:17 
Generallauncher :) Pin
MemLeak3-Mar-03 8:59
MemLeak3-Mar-03 8:59 
GeneralRe: launcher :) Pin
Chris Losinger3-Mar-03 9:09
professionalChris Losinger3-Mar-03 9:09 
GeneralRe: launcher :) Pin
MemLeak4-Mar-03 4:58
MemLeak4-Mar-03 4:58 
QuestionHow do I check the contents of the 'recv' function in window sockets Pin
IrishSonic3-Mar-03 8:45
IrishSonic3-Mar-03 8:45 
Hiya how do I check the contents of the recv function in window sockets??
I want to check the contents of the string, char by char.

This is my code so far:

int ret;
CString text;

for( int nReceivedBytes = 0;nReceivedBytes < 255; )
{
ret = recv( sock_Accept,text,255, 0 );
if( ret > 0 )
{
nReceivedBytes += ret;
}
}

Thanks,
grahamoj.
AnswerRe: How do I check the contents of the 'recv' function in window sockets Pin
valikac3-Mar-03 8:51
valikac3-Mar-03 8:51 
GeneralEnumerating exported DLL functions Pin
Anonymous3-Mar-03 8:39
Anonymous3-Mar-03 8:39 
GeneralRe: Enumerating exported DLL functions Pin
Alvaro Mendez3-Mar-03 8:53
Alvaro Mendez3-Mar-03 8:53 
GeneralRe: Enumerating exported DLL functions Pin
Anonymous3-Mar-03 10:24
Anonymous3-Mar-03 10:24 
GeneralRe: Enumerating exported DLL functions Pin
IceMatrix3-Mar-03 11:35
IceMatrix3-Mar-03 11:35 
Generaldanny Pin
Anonymous3-Mar-03 8:38
Anonymous3-Mar-03 8:38 
GeneralMDI Question Pin
Anonymous3-Mar-03 8:27
Anonymous3-Mar-03 8:27 
GeneralRe: MDI Question Pin
valikac3-Mar-03 8:42
valikac3-Mar-03 8:42 
GeneralRe: MDI Question Pin
Bartosz Bien4-Mar-03 12:26
Bartosz Bien4-Mar-03 12:26 
Questioncrashes because parent is not a window?? Pin
ns3-Mar-03 8:17
ns3-Mar-03 8:17 
AnswerRe: crashes because parent is not a window?? Pin
Alvaro Mendez3-Mar-03 8:22
Alvaro Mendez3-Mar-03 8:22 
GeneralRe: crashes because parent is not a window?? Pin
ns3-Mar-03 8:24
ns3-Mar-03 8:24 
GeneralRe: crashes because parent is not a window?? Pin
Alvaro Mendez3-Mar-03 8:50
Alvaro Mendez3-Mar-03 8:50 
GeneralRe: crashes because parent is not a window?? Pin
ns3-Mar-03 8:52
ns3-Mar-03 8:52 
Generalfound my mistake but....a very odd thing. Pin
ns3-Mar-03 9:21
ns3-Mar-03 9:21 
GeneralRe: found my mistake but....a very odd thing. Pin
PJ Arends3-Mar-03 9:42
professionalPJ Arends3-Mar-03 9:42 
GeneralRe: found my mistake but....a very odd thing. Pin
ns4-Mar-03 5:38
ns4-Mar-03 5:38 

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.