Return value of function when return path not specifiedThinking back decades to when I took my first "C" class, I seem to remember that in the absence of a...
Pre-processor directive in class - undeclared errorDoes utils.h #include platforms_ble.h? In what you posted, platforms_ble.h is not included, so neit...
question about char* name[]char* name[20] is actually an array of 20 pointers to chars. Basically, it is an array pointing to ...
Help with what might be a ""switch statement""If you had used code tags [output][code] ... [/code][/output] we would be able to see the indenting ...
Large numsDo you remember learning multiple-digit multiplication in ~4th grade? The one's digit of the bottom...