Monthly Archives: October 2023

Feel the change: Meet the new C++23 insert_range()

C++23 brought a new and useful addition to the language: insert_range(). This new member function provides a more efficient way to insert a range of elements into a vector. Until C++23, the only way to insert a range of elements … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Making files and folders invisible

Do you know there are ways to hide files and folders and make them invisible? Normally you have the option to check or uncheck the “hidden items” checkbox in the Explorer, as shown in the screenshot below: Nevertheless, when a … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , | Leave a comment