User profile: lsatenstein

User info
User name:lsatenstein
History
Joined:
Number of posts:8
Latest posts:

I need 8-Bit CRC in Pascal and C++
Do you really need a crc calculation? A crc calc typically includes a large (for the arduino) table....

conversion C to CPP prototype and ftn header
Thank You Keskirvo. Your explanation void APP::myprivate(int x) { // do something without...

Why does this code output the following?
If you want n easy way to remember why indexes start at zero, just say The first element in an arra...

conversion C to CPP prototype and ftn header
I have some 50 functions of which 25 are to be private. Within my C language makefile am I able ...

conversion C to CPP prototype and ftn header
Thank you Keskiverto The rules you gave me were for data. I understood that concept before I asked...