The aim of this Linux C++ example is to create simple client/server socket communication and multi-threading program on Linux. http://www.tidytutorials.com/2010/06/linux-c-socket-example-with-clien...
StructuredProgramingcan be seen as a sub-discipline of Procedural Programing, a major programing paradigm. http://abhikumar163.googlepages.com/tutor_num3_structprog
Exception handling allows you to manage run-time errors in an orderly fashion. http://www.onlinehowto.net/Tutorials/C++/Exception-Handling---C++/103/...
A function is a self-contained block of statements that performs a coherent task whenever it is called. http://www.onlinehowto.net/Tutorials/C++/Functions-in-C++/43/1