Search:

Type: Posts; User: HLA91

Search: Search took 0.01 seconds.

  1. Thread: K&R book help

    by HLA91
    Replies
    4
    Views
    1,929

    for (c != EOF) that was me I was trying to see if...

    for (c != EOF) that was me I was trying to see if C didnt equal EOF then i wanted it to go on and see whether it equaled 0 or 1, but I messed up :( . I forgot about == instead of = thanks for that, I...
  2. Thread: K&R book help

    by HLA91
    Replies
    4
    Views
    1,929

    K&R book help

    HI guys

    I recently purchased The C Programming Language and I tried to do one of the exercises on p16 where I have to "verify that the expression getchar() != EOF is 0 or 1" so I set about trying...
  3. Replies
    1
    Views
    3,159

    Simple OS writing to screen help

    HI guys

    I found this article on how to create your own simple OS that just prints to screen, I know its pretty lame but I am trying to get it to write one more line to the screen but it just wont...
  4. Replies
    1
    Views
    2,276

    Making a folder and moving files into it?

    Hi guys

    I am looking to make a small program in C that asks for the name you would like to call your folder then creates that folder in the same directory as the program is in, then it asks you...
  5. Thread: Saving to a file

    by HLA91
    Replies
    2
    Views
    973

    Saving to a file

    HI all
    I am trying to make a small database to help me improve my skill but i am totally stuck so can someone please help me. I want it so if the person enters n it goes to the start of the program...
  6. Thread: Copying Files

    by HLA91
    Replies
    8
    Views
    1,904

    Ok thanks guys I have used the that DWK...

    Ok thanks guys I have used the
    that DWK mentioned that is fine for now and as I get better I can improve it

    Cheers

    HLA91
  7. Thread: Copying Files

    by HLA91
    Replies
    8
    Views
    1,904

    I read the article but I am still a little...

    I read the article but I am still a little confused can someone please give me a example program please?(like i said im a total noob only 4 days with C++)
  8. Thread: Copying Files

    by HLA91
    Replies
    8
    Views
    1,904

    Copying Files

    Hi all

    I was wondering how could I make a console program that when run would copy files from a set location to its location so for example if it was on a usb pen it would copy the files to the...
Results 1 to 8 of 16