User: vagulus

  • Public profile

User profile: vagulus

User info
User name:vagulus
Location:Western Australia
Bio:Retired mechanical tradesman studying at local community college for a little light relief.
History
Joined:
Number of posts:8
Latest posts:

Changing data using pointer parameters
I am programming for Arduino so some calls to library functions may look alien - but they are harmle...

Changing data using pointer parameters
I 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 Boolean
andy1992's declaration ///allocate some memory bool* newData =new bool(false); seems to have fixed i...

Pointer to Boolean
I 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