DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology 100 bugs in Open Source C/C++ projects

1. 100 bugs in Open Source C/C++ projects Authors: Andrey Karpov, Evgeniy Ryzhkov Date: 16.03.2012 Abstract This article demonstrates capabilities of the static code analysis…

Technology Beautiful Builds - Roy Osherove at Microsoft Swit

1. BeautifulBuilds@RoyOsheroveBouvet 2. @RoyOsheroveBouvet 3. Release Compilation 4. Why do we have builds?• Code Compilation• Functionality Compilation• Deployment…

Technology Cmake kitware

1. CMake / CTest / CPackOpen Source Tools to build, test, and install software Bill Hoffman [email protected] BoostCon 2009 2. Overview• Introduce myself and Kitware•…

Technology Basicsof c make and git for a hello qt application

1. Basics of CMake and Git fora Hello Qt Application:Dinesh 2. Hello world#include #include #include int main (int argc, char…