Date: 2024-10-10 22:25:37
Score: 0.5
Natty:
In the declaration:
BLEScan* pBLEScan;
pBLEScan is a variable whose type is BLEScan*, ie a pointer to a BLEScan instance.
See related questions:
What is a Pointer?
Why use pointers in C++?
Reasons:
- Low length (1):
- Has code block (-0.5):
- Ends in question mark (2):
- High reputation (-2):
Posted by: Remy Lebeau