📰 Dev.to · Paul J. Lucas
Articles from Dev.to · Paul J. Lucas · 17 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9030)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Paul J. Lucas
1mo ago
Musings on Structure Declarations
Musings on C & C++’s “struct” declarations.

Dev.to · Paul J. Lucas
4mo ago
Good Git Hygiene Practices
Using git stash or branches to perform good Git hygiene.

Dev.to · Paul J. Lucas
4mo ago
Advanced C Preprocessor Macros for a Pre-C23/C++20 __VA_OPT__ Substitute
Using advanced C preprocessor techniques to implement a pre-C23/C++20 __VA_OPT__ substitute.

Dev.to · Paul J. Lucas
4mo ago
Autotools Miscellany
Miscellaneous things in Autotools.

Dev.to · Paul J. Lucas
5mo ago
Code Coverage Testing in Autotools
Using Autotools to perform code coverage testing.

Dev.to · Paul J. Lucas
5mo ago
Writing and running End-to-End Tests in Autotools
How to write and run end-to-end tests in Autotools.

Dev.to · Paul J. Lucas
5mo ago
Integrating Doxygen into Autotools
Integrating Doxygen into Autotools.

Dev.to · Paul J. Lucas
5mo ago
Enabling Compiler Warnings in Autotools
Using Autotools to enable compiler warnings.

Dev.to · Paul J. Lucas
5mo ago
Writing and Running Unit Tests in Autotools
How to write and run unit tests in Autotools.

Dev.to · Paul J. Lucas
5mo ago
Probing the Compiler in Autotools
How to probe the C compiler’s support for various things.

Dev.to · Paul J. Lucas
5mo ago
GNU Autoconf Archive & Portability Library
Using the GNU Autoconf Archive and Portability Library.

Dev.to · Paul J. Lucas
5mo ago
Optional Packages & Features
Allowing packages & features to be enabled or disabled in Autotools.

Dev.to · Paul J. Lucas
6mo ago
Determining the Maximum Decimal Digits at Compile-Time
How to use the C Preprocessor to determine the maximum number of decimal digits for a given integral type at compile-time.

Dev.to · Paul J. Lucas
6mo ago
Autotools Introduction
An Introduction to using the Autotools suite of tools to create portable programs that compile on various Unix platforms.

Dev.to · Paul J. Lucas
6mo ago
Avoid the Temptation of bool
Avoid the temptation of using bool for function parameters.

Dev.to · Paul J. Lucas
9mo ago
Attributes in C23 and C++
Attributes in C23 and C++ for better diagnostics and optimization.

Dev.to · Paul J. Lucas
9mo ago
Unreachable: The Standard Function for Inserting Undefined Behavior
Using the unreachable function in C and C++.
DeepCamp AI