Search:

Type: Posts; User: lookamoose

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,638

    Wow can't believe the problem was as simple as...

    Wow can't believe the problem was as simple as that.


    sleep (200);

    the code was suppose to make the text be type onto the screen instead of just showing what the text filed had inside.
  2. Replies
    9
    Views
    1,638

    12702 Here are the errors

    12702 Here are the errors
  3. Replies
    9
    Views
    1,638

    So i fixed the ...

    So i fixed the

    fp=fopen("C:\\Users\\PC\\Desktop\\New folder\\Question 5\\one.txt","r");

    but i still get an error. Nothing is highlighted red anymore. It just says [Error] Id returned 1 exit...
  4. Replies
    9
    Views
    1,638

    Cannot open a text file

    I'm trying to type out whatever is in the .txt document, but I cannot open it for some reason. My code is



    int main(int argc, char *argv[]) {
    char ch=0;FILE...
Results 1 to 4 of 4