// sys/types.h // sys/socket.h int accept(int s, struct sockaddr *addr, socklen_t *addrlen);
[C++]Function Prototypes in Socket programming
Posted at
9/27/2011 07:20:00 PM
accept()
[C++]Structs in Socket Programming
Posted at
9/27/2011 07:20:00 PM
Below are IP structs used in socket programming.
Hash Tables in Java
Posted at
9/17/2011 06:02:00 PM
A Well-known data structure for finding objects quickly is the hash table. A hash table computes an integer called the hash code, for each object. A hash code is an integer that is somehow derived from the instance fields of an object, preferably such that objects with different data yield different codes.
Install MySQL connector/C++ on Ubuntu 11.04
Posted at
9/01/2011 07:00:00 PM
Here is what I did to install MySQL and connector/C++.
First install MySQL Server.
Then download MySQL connector/C++ from here.
I used the binary file.
First install MySQL Server.
Then download MySQL connector/C++ from here.
I used the binary file.
Subscribe to:
Posts (Atom)