Changing data using pointer parametersI am programming for Arduino so some calls to library functions may look alien - but they are harmle...
Changing data using pointer parametersI have a function declared as [code]bool handshake(uint64_t slaveAddress, unsigned long* t...
Does C++ support default arguments to a function?Can I declare a function as [code] bool handshake(uint64_t slaveAddress, unsigned l...
Pointer to Booleanandy1992's declaration ///allocate some memory bool* newData =new bool(false); seems to have fixed i...
Pointer to BooleanI have declared a variable [code] bool* newData = false; [/code] and I try to use it in a functi...
This user does not accept Private Messages