pages
Edit
http://www.gamepipeline.org by Eskil Steenberg "How I program c" download code from http://www.quelsolaar.com/mergesource.zip
static code analysis
Edit
- https://www.owasp.org/index.php/Source_Code_Analysis_Tools
- https://en.wikipedia.org/wiki/Coverity
- https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis
c2man code analysis
Edit
converts c code a man page.
Documentation
Edit
Linux tools such as GCov, GProf, OProfile, and Valgrind. Visualization and analysis plugins for Linux tracing tools LTTng and SystemTap are also present https://en.wikipedia.org/wiki/List_of_performance_analysis_tools#C_and_C.2B.2B
- https://en.wikipedia.org/wiki/Gcov , http://www.linux-mag.com/id/1409/
- https://en.wikipedia.org/wiki/OProfile
- https://en.wikipedia.org/wiki/SystemTap
https://en.wikipedia.org/wiki/List_of_performance_analysis_tools
https://en.wikipedia.org/wiki/Profiling_(computer_programming)
https://en.wikipedia.org/wiki/Splint_(programming_tool)
https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2C_C.2B.2B
https://en.wikipedia.org/wiki/Static_program_analysis
eclipse
Edit
sudo apt-get install eclipse eclipse-cdt g++