Skip to main content
← All Tags

C++

6 articles in this category

AI NewsC++Metaprogramming

Mastering C++26 Reflection: Building Compile-Time Maps and Mutable Variables

Discover how C++26 reflection proposal P2996R13 enables stateful metaprogramming through compile-time maps and mutable variables without preprocessor macros.

Read more
AI NewsC++Reverse Engineering

ZenWinHook: Achieving Thread-Safe Windows Hooking and Instruction Relocation in C++

ZenWinHook solves process crashes by providing a thread-safe C++ library for Windows hooking that parses and relocates instructions to prevent torn patches.

Read more
AI NewsC#.NET

Automating .NET Framework Support Checks: A Programmatic Approach

Learn to programmatically verify .NET framework support status using official Microsoft metadata and C# reflection to automate lifecycle management.

Read more
AI NewsC++Graphics Programming

From Python to OpenGL: A Modern, Cross-Platform Survival Guide for OSU CS-450

This guide streamlines C++ graphics development for OSU CS-450 students, replacing manual configuration with CMake and vcpkg.

Read more
AI NewsC#Software Engineering

Stop Scattering Your Business Logic: Meet Masterly.BusinessRules for .NET

Masterly.BusinessRules brings order to .NET validation chaos, offering a clean, composable engine to avoid scattered business logic.

Read more
AI NewsSoftware EngineeringC++

Advent of Code 2025 Day 7: Beam Tracking with C++

Advent of Code 2025 Day 7 puzzle solved with C++: 1.5 trillion beam paths tracked in part two.

Read more