Java - Predefined funtional interface
1. Void return and zero paramter\ Use Runnable
1. Void return and zero paramter\ Use Runnable
http://thbecker.net/articles/rvalue_references/section_01.html
How C++11 can help to make C++ meta programming easier
The following URL has a nice article about git flow
From Java7, it introduced the mechanism to release the resource automatically as C# does with using statement. In C#, you can use the using statement to rele...