Kemal Bektaş
Kemal's Dev Notes

Kemal's Dev Notes

Follow
Follow
homeAboutnewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

RAII: Resource Management in C++

Dec 27, 20227 min read

When asked about one key feature of C++, Bjarne Stroustrup often cites constructors and destructors, or the idea of RAII. RAII, which stands for...

RAII: Resource Management in C++

C++ Error Handling with Style: The Benefits of optional and expected

Dec 4, 20226 min read

Error handling is an essential part of software development, and the C++ has evolved over time to provide various mechanisms for handling errors and...

C++ Error Handling with Style: The Benefits of optional and expected