File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Apr 1, 2004 6:30 pm
395
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Apr 1, 2004 6:30 pm
396
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Apr 1, 2004 6:30 pm
397
Dear All, Can any one tell me,How to set the blocking and non-blocking property of a
receiving socket in C/C++ for windows. Thanks in advance. ... Regards, ...
Rajat Dwivedi
rajatdwivedi@...
Apr 3, 2004 2:03 pm
398
Rajat, The default behavior within the Berkeley sockets model is for a socket to operate in a blocking mode unless the programmer explicitly requests that ...
hi i am trying to make answering machine and voice mailbox using tapi can anyone tell me where i can get the reference material. thanks ... Do you Yahoo!? ...
Hi Rajat, Sorry for this late reply,as I was out of station....Till now I never seen a code which converts a blocking socket to a non blocking using ...
Hi Sanat, We can use setsockopt() function for changing the socket mode in either blocking/non-blocking. Just have a look on the following syntax, int...
Rajat Dwivedi
rajatdwivedi@...
Apr 19, 2004 11:44 am
409
Thanks Rajat. I was knowing this option but didn't knew that it can used for nonblocking .... What I thought was for that configured amount of time it will be...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the c4swimmers group. File :...
c4swimmers@yahoogroup...
Apr 24, 2004 4:54 am
413
Hi This is regarding OO N/w programming using ACE. Overview of ACE [ ACE Website : http://www.cs.wustl.edu/~schmidt/ACE- overview.html ] ... The ADAPTIVE...
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
May 1, 2004 4:08 pm
429
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
May 1, 2004 4:08 pm
430
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...