Saturday, January 26, 2013

advanced c++ programming


The intent of this blog page is to explain the concepts of Inter Process Communication by putting the concepts and the example togather at time where ever possible. Here you will get all the IPC's like socket and the Socket Programming, File, Thread etc.

For a complete understanding you can refer to any of the good books that I am referring below also.

Following blogs are available for advance programming using C, C++. Click on the topic to browse with them.

5 .  Templates


##########################
#  Sample Shell Scripts  #
##########################
  1. Script to calculate the CPU usage
  2. killing a process by its name
  3. shell script to get the ip address
  4. check the kernel version of linux
  5. Get the Linux version 
  6. getopts example 
  7. kill a process by name (method 2) 
  8. get last file modification time  
  9.  
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Reference Books:
  1. UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition)
  2. Interprocess Communications in Linux: The Nooks and Crannies
  3. Interprocess Communications in Linux: The Nooks and Crannies
  4. Pthreads Programming: A POSIX Standard for Better Multiprocessing (O'Reilly Nutshell)
  5. Programming with POSIX® Threads
  6. Multithreaded Programming With PThreads
  7. UNIX Systems Programming: Communication, Concurrency and Threads
  8. UNIX Network Programming, Volume 1: The Sockets Networking API (3rd Edition)
  9. UNIX Network Programming: Networking APIs: Sockets and XTI; Volume 1
  10. UNIX-Netzwerkprogrammierung mit Threads, Sockets und SSL (X.systems.press) (German Edition)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

No comments:

Post a Comment