[C++]Function Prototypes in Socket programming

accept()

// sys/types.h
// sys/socket.h

int accept(int s, struct sockaddr *addr, socklen_t *addrlen);

[C++]Structs in Socket Programming

Below are IP structs used in socket programming.

Hash Tables in Java

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

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.