Best Blackhat Forum

Full Version: [F4LT] The GNU Programmer's Primer | English
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The GNU Programmer's Primer

Creating Makefiles, Applications, and Libraries using the GNU Tool Set

Created by Randall Nagy

What Will I Learn?
- Understand how to use GNU `make` to manage common software development activities.
- Learn the "critical path" options most frequently required to build C++ applications.
- Use GNU's `dbg` and `xxgdb` tools to perform stack-based debugging.
- Create libraries designed to be used between multiple C++ applications.
- Understand the difference between static and dynamic library types.
- Discover how GNU's `make` uses rules, dependancies, recipes, and macros to create software.
- Learn how to include, inspect, and remove source code from your debugging sessions.

Includes:
- 1 hour on-demand video

Last updated 4/2017

https://www.udemy.com/the-gnu-tool-primer/
Reference URL's