Hi All,
I've posted this here since there doesn't seem to be an embedded development section.
I am trying to code up a simple Bluetooth device discovery application - all it does it try to list the devices currently available. I have followed sample code from a book (Prog. MS WinCe.NET by D...
Hi All,
I'm writing a debug logging function and was wondering if there's any way to pass variable arguments straight to another function without touching them.
For example I want to do something like this:
#include <stdio.h>
const int maxlevel = 3;
void debugLog(int debuglevel, char *msg...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.