Uploaded December 2019 | Updated September 2026, 1 week ago
In this tutorial we are going to learn how to use the cpplinq count operator to count the number of elements of an array.
The tutorial shows the code running on the ESP32, using the Arduino core. Nonetheless, it also works on the ESP8266 since cpplinq is a generic C++ library that can be used as an Arduino library.
Tested on the ESP32 FireBeetle board: dfrobot.com/product-1590.html
Also tested on the ESP8266 FireBeetle board: dfrobot.com/product-1634.html
Tutorial on chaining cpplinq operators: youtube.com/watch?v=20LNxRhcR7c&feature=youtu.be
Tutorial on filtering an array with cpplinq: youtube.com/watch?v=sf2X_X7wtBg
In this tutorial we are going to learn how to use the cpplinq count operator to count the number of elements of an array.
The tutorial shows the code running on the ESP32, using the Arduino core. Nonetheless, it also works on the ESP8266 since cpplinq is a generic C++ library that can be used as an Arduino library.
Tested on the ESP32 FireBeetle board: dfrobot.com/product-1590.html
Also tested on the ESP8266 FireBeetle board: dfrobot.com/product-1634.html
Tutorial on chaining cpplinq operators: youtube.com/watch?v=20LNxRhcR7c&feature=youtu.be
Tutorial on filtering an array with cpplinq: youtube.com/watch?v=sf2X_X7wtBg










