For Loops

I've been trying to figure out for loops for a while now but never seem to get the hang of it. Could someone help me?
6 Replies
Toph
Toph•3mo ago
Here's a good reference to allow you to wrap your head around the C/C++ for() loop... šŸ“š https://cplusplus.com/doc/tutorial/control/#for
totally not here
totally not hereOP•3mo ago
Thanks. I'll check it out.
Toph
Toph•3mo ago
ā˜ļø the site is actually good to familiarize you with different aspects of the language itself & mostly applicable to Arduino coding...
totally not here
totally not hereOP•3mo ago
Thanks. I read a bit of it. Now, it makes a lot more sense.
Toph
Toph•3mo ago
in case you're curious, here are my recommendations for beginners → https://discord.com/channels/420594746990526466/451155251580633089/1183520688779296768 ā˜ļø this covers everything from basic electronics to basic C/C++ programming & how to apply it both to Arduino šŸ˜‰
totally not here
totally not hereOP•3mo ago
Perfect. I"ll check it out.

Did you find this page helpful?