by Mira Steinmetz | Dec 18, 2023 | 2023, News
Demystifying C++: Virtual Classes (Polymorphism) emmtrix Tech PostsCategory: Demystifying C++ 📢 Next in Our “Demystifying C++” Series: “Virtual Classes” Following our initial exploration into “Classes”, we now turn our attention to...
by Mira Steinmetz | Nov 16, 2023 | 2023, News
Demystifying C++: Classes emmtrix Tech PostsCategory: Demystifying C++ 📢 Announcement: “Demystifying C++” Article SeriesWe’re pleased to introduce our new article series, “Demystifying C++”. This series provides insights into C++...
by Mira Steinmetz | Sep 27, 2023 | 2023, News
The Cache that Did Nothing emmtrix Tech Posts: Work & Fun with C++ StandardCategory: Knowledge When analyzing source files, the file contents should be stored in a cache to minimize access times. The project it was implemented for didn’t have many files, but...
by Mira Steinmetz | Jun 27, 2023 | 2023, News
Contradiction vs. Concentration emmtrix Tech Posts: Work & Fun with C++ StandardCategory: Knowledge Congratulations, you have made it until the end of our emmtrix Tech Posts mini-series Work & Fun with C++ Standard! As a reward you have earned one last task. 😊...
by Mira Steinmetz | Jun 13, 2023 | 2023, News
I Am There, but I Am Not emmtrix Tech Posts: Work & Fun with C++ StandardCategory: Knowledge Not everything that is there in the standard, can be visible in the development. C++ standard library defines a class array (std::array). The most vital part of the...