C++ Error Handling with Style: The Benefits of optional and expected
Error handling is an essential part of software development, and the C++ has evolved over time to provide various mechanisms for handling errors and exceptions. In this blog post, we will explore the history of error handling in C++ and how new std::...
kemalbektas.dev6 min read