Search:

Type: Posts; User: marcdawson

Search: Search took 0.01 seconds.

  1. Thread: file I/O

    by marcdawson
    Replies
    4
    Views
    1,062

    damn... I am retarded sorry for the trouble

    damn... I am retarded sorry for the trouble
  2. Thread: file I/O

    by marcdawson
    Replies
    4
    Views
    1,062

    One real question however. I keep getting a seg...

    One real question however. I keep getting a seg fault and yet, I can't imagine why ( I am Using a Linux Shell). Is it perhaps that there is a specific EOF marker in Linux?
    [code]
    char ch;
    int...
  3. Thread: file I/O

    by marcdawson
    Replies
    4
    Views
    1,062

    Nevermind... hehehe I answered my own question......

    Nevermind... hehehe I answered my own question... sorry
  4. Thread: file I/O

    by marcdawson
    Replies
    4
    Views
    1,062

    file I/O

    I am stuck on this one, maybe you all can help-- this keeps giving me a segmentation error, even though all files taht are necessary are there...

    FILE *inp;
    char dataFile[30]= "input";


    ...
  5. Replies
    5
    Views
    1,488

    ...

    Ok I have tried that. It seems to work on my computer fine with timing, however, as I transfer computers, its values are way off, which is the same exact problem as the sleep() function. I was...
  6. Replies
    5
    Views
    1,488

    Usleep?

    Is that more accurate than the sleep() function? I am looking for something more along the lines of running with the clockrate... real time interupts if possible.
    -Marc
  7. Replies
    5
    Views
    1,488

    precision delays

    Hi.
    I am creating a program that performs pwm. In order to do so, I need the most precise timing possible, in order to refresh the image at a professor designed rate. It is a fairly easy...
  8. Replies
    3
    Views
    1,012

    Par ports

    Par ports
  9. Replies
    3
    Views
    1,012

    Windows NT OS, Metroworks CodeWarrior.

    Windows NT OS, Metroworks CodeWarrior.
  10. Replies
    3
    Views
    1,012

    Acessing Ports

    Hello. I am currently taking a design lab class in which we make digital light projectors. The problem arises in the fact that I have never taken a class in C, but have taken many C++ classes. ...
Results 1 to 10 of 10