Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: greeneka
  • Content: Threads
  • Order by date
  1. greeneka

    Embedded Visual C++ Bluetooth Discovery Problems

    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...
  2. greeneka

    Passing variable arguments to another function

    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...

Part and Inventory Search

Back
Top