WinRichCopy is a multithreaded copying tool. WinRichCopy divides file on multiple parts and opens multiple threads simultaneously to copy them in parallel. In case of slow network, this way WinRichCopy cutting the total time required to complete the...

Cppcheck

Cppcheck 1.61

Cppcheck help you to find out memory leaks, mismatching allocation-deallocation, invalid usage of STL, uninitialized variables and unused functions, obsolete functions, and buffer overrun on your c or c++ codes. Unlike C or C++ compilers it does not...