Search:

Type: Posts; User: vmn_3k

Search: Search took 0.00 seconds.

  1. I read about those but do not how to use them....

    I read about those but do not how to use them. The Solaris man page is not that clear (to me). Also it looks like LCC does not contain a library to support them (pls correct me if Im wrong).
    ...
  2. Thanks all, I tried the sscanf suggestion and...

    Thanks all,

    I tried the sscanf suggestion and with some additional code lines I was able to make it work!
    However I entered into a new problem (more complicated, I think ). My unix c code reads...
  3. Time libraries and funtions for Windows C Compiling

    Hi,

    I have a C program I wrote for Unix that uses some time libraries such as:

    #include <sys/time.h>
    #include <sys/types.h>
    #include <sys/stat.h>
    #include <sys/sysinfo.h>

    and functions...
Results 1 to 3 of 3