Safe modern for loops

I had the opportunity to accompany many students while they were learning C. Looking at their coding style, I noticed some bad habits that could lead to hard-to-detect bugs in real-world problems. I’ll show the tools that Modern C++ brings that can prevent that kind of problems.

Read More

Hello World!

Since I started researching on machine learning and dynamical systems, I have been developing several utility libraries. Most of them are written in modern C++ because of its flexibility and performance.

Read More