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...
Learn how to build a C++ DLL using the command line, with implicit linking to the lib file and explicit linking via GetProcAddress http://codediaries.blogspot.com/2009/11/simple-windows-dll-example-wit...
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types. http://www.ferca.com/c_2.0_specification.html
Sorting in general refers to various methods of arranging or ordering things based on criterias. http://www.codebeach.com/tutorials/sorting-algorithms-in-c.asp
Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. http://www.brainbell.com/tutorials/C++/
The Simple Mail Transfer Protocol is a very simple protocol designed to transfer text based electronic messages. http://www.geocities.com/samuel_super_camel/SMTPTutorial.htm