Skip to content

Binary Musings

  • Privacy Policy
  • Connect
  • Terms and Conditions

Modern C++

Modern C++ Features Guide: Literals, Override & Control

November 9, 2025June 27, 2025 by Garry Chen 101
Modern C++ Features 2

Complete guide to modern C++ features: user-defined literals, override/final specifiers, and function control mechanisms.

Categories c++ Tags C++11, Final, Modern C++, Override, User-Defined Literals Leave a comment

Modern C++ Features Guide: Auto, Type Deduction & More

November 9, 2025June 25, 2025 by Garry Chen 101
Modern C++ Features 1

Complete guide to modern C++ features: auto, decltype, type deduction, uniform initialization, and usability improvements.

Categories c++ Tags Auto, C++11, Initialization, Modern C++, Type Deduction Leave a comment

C++ Move Semantics Guide: Rvalue References & Forwarding

November 9, 2025June 19, 2025 by Garry Chen 101
Move semantics

Understand rvalue references, value categories, perfect forwarding, and performance optimization techniques.

Categories c++ Tags C++, Modern C++, Move Semantics, Performance, Rvalue References Leave a comment

C++ Memory Management Guide: Heap vs Stack & RAII Patterns

November 12, 2025June 9, 2025 by Garry Chen 101
Memory Management in C++

Heap vs Stack allocation, RAII patterns for resource management, and best practices to avoid memory leaks.

Categories c++ Tags C++, Memory-Management, Modern C++, RAII, Stack Allocation Leave a comment

Recent Posts

  • 3 Ultimate Secrets of Rust HashMap: Swiss Tables, SIMD, and Memory Layout
  • Rust Collections Guide: Mastering Vec, &str, Box<[T]>, and Iterators
  • Linus Torvalds on AI, Linux, and Life in Korea
  • Rust Error Handling 101: Option, Result, and Panic
  • Makefile Tutorial Part 1: Basic make Rules, Targets & Clean

Recent Comments

No comments to show.

Archives

  • December 2025
  • November 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025

Categories

  • c++
  • cpp
  • golang
  • javascript
  • rust
  • talks
© 2026 Binary Musings • Built with GeneratePress