DORSETRIGS
Home

pure-virtual (2 post)


posts by category not found!

What is the purpose of __cxa_pure_virtual?

Understanding cxa pure virtual in C Why You Need It and How It Works When working with C and the AVR GCC compiler you might encounter linker errors like undefin

2 min read 07-09-2024 48
What is the purpose of __cxa_pure_virtual?
What is the purpose of __cxa_pure_virtual?

C++ interface with only one implementation without performance overhead (for mocking in unit tests)

C Interface with Only One Implementation Optimizing for Performance and Mocking in Unit Tests This article delves into a common challenge in C development parti

2 min read 28-08-2024 69
C++ interface with only one implementation without performance overhead (for mocking in unit tests)
C++ interface with only one implementation without performance overhead (for mocking in unit tests)