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

C / C++ / MFC

 
QuestionCOM tutorial site... Pin
RYU^^14-May-08 16:32
RYU^^14-May-08 16:32 
AnswerRe: COM tutorial site... Pin
Rajesh R Subramanian14-May-08 18:27
professionalRajesh R Subramanian14-May-08 18:27 
AnswerRe: COM tutorial site... Pin
Hamid_RT14-May-08 18:28
Hamid_RT14-May-08 18:28 
GeneralRe: COM tutorial site... Pin
RYU^^15-May-08 18:18
RYU^^15-May-08 18:18 
AnswerRe: COM tutorial site... Pin
ShilpiP14-May-08 19:15
ShilpiP14-May-08 19:15 
Questionmigrating from socket programming in C to C++ Pin
ADTC#14-May-08 14:59
ADTC#14-May-08 14:59 
AnswerRe: migrating from socket programming in C to C++ Pin
Naveen14-May-08 15:09
Naveen14-May-08 15:09 
GeneralRe: migrating from socket programming in C to C++ Pin
ADTC#14-May-08 16:06
ADTC#14-May-08 16:06 
<br />
void SocketClass::AcceptClient()<br />
{<br />
	// Accept a client socket<br />
	ClientSocket = accept(mysocket, NULL, NULL);<br />
	if (ClientSocket == INVALID_SOCKET) <br />
	{<br />
		cout<<"accept failed: \n"<<WSAGetLastError();<br />
		closesocket(ClientSocket);<br />
		end();<br />
		exit(1);<br />
	}<br />
}<br />
<br />

when i checked the errror it said error code 10055 which meant no buffer space was available what does that mean.
GeneralRe: migrating from socket programming in C to C++ Pin
Naveen14-May-08 16:14
Naveen14-May-08 16:14 
GeneralRe: migrating from socket programming in C to C++ Pin
ADTC#14-May-08 16:21
ADTC#14-May-08 16:21 
GeneralRe: migrating from socket programming in C to C++ Pin
Naveen14-May-08 16:25
Naveen14-May-08 16:25 
GeneralRe: migrating from socket programming in C to C++ Pin
ADTC#14-May-08 16:28
ADTC#14-May-08 16:28 
GeneralRe: migrating from socket programming in C to C++ Pin
Naveen14-May-08 16:31
Naveen14-May-08 16:31 
GeneralRe: migrating from socket programming in C to C++ Pin
ADTC#14-May-08 16:38
ADTC#14-May-08 16:38 
GeneralRe: migrating from socket programming in C to C++ Pin
Naveen14-May-08 16:42
Naveen14-May-08 16:42 
QuestionRe: migrating from socket programming in C to C++ Pin
ADTC#14-May-08 15:14
ADTC#14-May-08 15:14 
QuestionResource view with converted project Pin
Vancouver14-May-08 12:13
Vancouver14-May-08 12:13 
QuestionRe: Resource view with converted project Pin
CPallini14-May-08 21:08
mveCPallini14-May-08 21:08 
AnswerRe: Resource view with converted project Pin
Hamid_RT15-May-08 0:13
Hamid_RT15-May-08 0:13 
AnswerAnswers to the above questions, addendum Pin
Vancouver15-May-08 5:54
Vancouver15-May-08 5:54 
QuestionQuestions about subclassing controls. Pin
jonsey2984714-May-08 9:31
jonsey2984714-May-08 9:31 
QuestionRe: Questions about subclassing controls. Pin
David Crow14-May-08 9:59
David Crow14-May-08 9:59 
AnswerRe: Questions about subclassing controls. Pin
jonsey2984714-May-08 23:12
jonsey2984714-May-08 23:12 
AnswerRe: Questions about subclassing controls. Pin
Paresh Chitte14-May-08 19:02
Paresh Chitte14-May-08 19:02 
GeneralRe: Questions about subclassing controls. Pin
jonsey2984714-May-08 23:17
jonsey2984714-May-08 23:17 

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.