A variable in C/C++ which stores the type and location of data in memory.

learn more… | top users | synonyms

0
votes
2answers
34 views

Pass a member function pointer to a method of a foreign class (EDB Lib)

I'm currently working on my own arduino library and I'm becoming exasperated with the following problem: I want to store data with the extended database library ...