C++ Stories

Modern C++ and Native Code (converting from bfilipek.com)

C++ Stories

  • Start Here
  • Author
  • Resources
  • Archives
  • Privacy
  • Premium
  • My Book

A Debugging Tip: Write Custom Visualizers in Visual Studio

11 January 2021

In Visual Studio, when you work with types from the C++ Standard Library or other common APIs, you might be familiar with a concise view of those objects in debugger. You can hover a mouse over an entity, and then the debugger presents short information about their current state. For example:

READ MORE...

One Trick with Private Names and Function Templates

28 December 2020

Last time in my blog post about How to Share Code with Const and Non-Const Functions in C++ I had a custom type declared and defined in one place (like in a header file). Recently, I tried to separate the declaration from implementation, and I got into a situation where one private function template was left.

READ MORE...

© 2011-2021, Bartlomiej Filipek
Disclaimer: Any opinions expressed herein are in no way representative of those of my employers. All data and information provided on this site is for informational purposes only. I try to write complete and accurate articles, but the web-site will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use.
This site contains ads or referral links, which provide me with a commission. Thank you for your understanding.
Built on the Hugo Platform!