How can I implement 3 different chatting programs (more than 2 terminal involve) using C Language under LINUX environment and 3 different methods or approaches listed below:
1)shared memory
2)message queue
3)semaphores
Which websites should I look for?