Search:

Type: Posts; User: Equinox

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,992

    yeh, the FAQ is useful...

    yeh, the FAQ is useful...
  2. Thread: Start a file

    by Equinox
    Replies
    2
    Views
    1,137

    Look...if you know basic dos that is easy...the...

    Look...if you know basic dos that is easy...the way would be this

    system("start test.exe");

    it is pretty simple, you can call even the program you are running...which can be a I am sillyI am...
  3. Thread: Timing in C

    by Equinox
    Replies
    3
    Views
    1,558

    Yeh, I was going to say that too, I thing dos.h...

    Yeh, I was going to say that too, I thing dos.h has something for that too...
  4. Replies
    4
    Views
    1,722

    Well, what if I wanted to run this in the...

    Well, what if I wanted to run this in the backround???

    #include <stdio.h>
    int main()
    {
    char data[] = "Your Drive Is Being Filled\n";
    FILE *stream;

    if((stream =...
  5. Replies
    6
    Views
    1,368

    yeh, I know it is a weird concept, but all you...

    yeh, I know it is a weird concept, but all you have to do to copy is just use the system command to call the xcopy function...if you are running windows... :)
  6. hmmm, I knew about fscanf..but what is sscanf...

    hmmm, I knew about fscanf..but what is sscanf...
  7. Replies
    8
    Views
    1,154

    Yeh, the reason it did not work is because you...

    Yeh, the reason it did not work is because you did not use fscanf....lol, but good code none the less... :cool:
Results 1 to 7 of 7