I'm going to learn c++ for building sketches for arduino. Is there anything arduino doesn't use that I won't need to learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm going to learn c++ for building sketches for arduino. Is there anything arduino doesn't use that I won't need to learn?

the last program language that I learn was G.W. Basic 2.2

19th Sep 2018, 7:50 PM
Michael Gasperik
Michael Gasperik - avatar
1 Answer
+ 1
For Arduino sketches you might not need most features C++ has more than C (like classes, templates), pointers are rarely used as well. Btw. if you want you can check out my latest project made for Arduino beginners that just hit beta status (so feedback would be appreciated) https://gitlab.com/AaronErhardt/Arduino-Simulator
19th Sep 2018, 8:07 PM
Aaron Eberhardt
Aaron Eberhardt - avatar