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: 666cartman
  • Content: Threads
  • Order by date
  1. 666cartman

    make one float out of 2 integer

    i have 2 integersand want to make them to 1 float, eg: int i,j; i=3; j=234567323; float f=3.234567323
  2. 666cartman

    Get the size of an HD in Linux

    I finally found the solution: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <linux/fs.h> #include <sys/ioctl.h> #include <linux/hdreg.h> void main () { int fd...
  3. 666cartman

    sys/ioctl.h

    i am looking for a good man/tutorial or information about the functions of sys/ioctl, is it possible to get information about a device with this header ?
  4. 666cartman

    hdparm source

    where can i find the source code of hdparm ?
  5. 666cartman

    Size of Harddisc

    How can i get the size of an HD on a Linux system ? I need it for an Benchmark program i am writing.
  6. 666cartman

    Harddisc Benchmark for LINUX

    Hello, At the moment i am trying to program a Harddisc Benchmark for Linux, my problem is how to get the size of the Harddisc and how to read it from block 0 to the very end of it end meassuring the speed. I tried it using fseek,lseek, but i am only able to determine the size of a file (this...

Part and Inventory Search

Back
Top