-
-
[
C++ Builder]
kapil.zip
its a symbian c++ file which gives handle sms befor inbox read it
Category:
Symbian Upload User:
nuken3d Size:
6K
-
-
-
[
Delphi]
FileSysWatcher.zip
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
-
[
Visual C++ (VC++)]
examples.rar
The C++ version of the IQmath librray requires the C header file and is
built on top of the C functions and definitions.
See "Building A Project" section of this Read Me file on how to include
the above files in a user C++ program/project.
-
[
Visual C++ (VC++)]
F2812EzDSP_SampleCPP.rar
The C++ version of the IQmath librray requires the C header file and is
built on top of the C functions and definitions.
See "Building A Project" section of this Read Me file on how to include
the above files in a user C++ program/project.
-
-
[
DOS]
WeatherViewer.zip
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put
-
[
DOS]
TcpPort.zip
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put
-
[
C/C++]
client_serveur.rar
... )
result = connect(sockfd, (struct sockaddr*)&address, len)
if(result ==-1) {
perror("oops: client")
exit(1)
}
write(sockfd, &ch, 1)
read(sockfd, &ch, 1)
printf("char from server = c\n", ch)
close(sockfd)
exit(0)
}