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 wOOdy-Soft 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: tjroamer
  • Content: Threads
  • Order by date
  1. tjroamer

    How to pass arguments to printf?

    Hi, I would like to write a function which wraps the printf(const char*, ...), in order to turn off it accroding to a macro definition, since I have a lot of debug information to be printed out, but it affects the performance of the program if I don't need debug any more. The following function...
  2. tjroamer

    why sscanf does not work for reversed array address

    Hi gurus, a behavior of sscanf is confusing me: I wrote a program like this: char *mac = "00:12:34:5a:6b:8f"; unsigned char da[6]; sscanf(mac, "%2x:%2x:%2x:%2x:%2x:%2x", da+5, da+4, da+3, da+2, da+1, da); I found only the first byte of da is scaned correctly, but if I wrote the program like...
  3. tjroamer

    VMWare time synchronization problem.

    Hi all, I installed the Linux Workstation 4 in the WinXP via VMWare. Now I have a problem with the clock. The time in my linux is always running faster than normal. That is, when I log in in the morning 8:00, the time is the same as the WinXP. When I see the time in the afternoon, for instance...
  4. tjroamer

    Tools finding to evaluate Ethernet Architecture?

    Hello, everybody, My task is to find some Electric System Level (ESL) Design tools available on the market to build different 1000Mb/s architectures. Evaluate them and get best solution of them. Anybody knows which tools I can use? I know one tool called VisualSim from Mirabilis Corporation...

Part and Inventory Search

Back
Top