Am I interpreting this syntax correctly ?

Am I interpreting this syntax correctly ?

Run the class function showLeds w/ the value at address pCur?

pCur->showLeds(scale);

THX Daniel … C++ is foreign to me … seems if you don’t have a clear understanding of all operators you can get quite lost … :wink:

That’s an argument for learning the language more fully :slight_smile: - I make extensive use of a lot of C++'s deeper features - and what you describe above is merely a basic feature of C/C++

I’ve coded in numerous oop langs … learned reading code … C always escaped me … a lot of unpublished libraries … pouring through yours and my current desire to implement LED displays will aid/force me to learn …