Search:

Type: Posts; User: bc120

Search: Search took 0.00 seconds.

  1. Opening a file in a database or different directory

    Hi,

    I need help with some code.

    I'm trying to open some files in a database or different directory in C.

    I am also trying to write my output from my program into a new .txt file.

    Can...
  2. Replies
    5
    Views
    5,815

    Thanks for the help, Program seems to be...

    Thanks for the help,

    Program seems to be working fine now.

    BC
  3. Thanks for the help, Program is working fine...

    Thanks for the help,

    Program is working fine now.

    BC
  4. Replies
    5
    Views
    5,815

    I used a for loop and used fgets and sscanf, but...

    I used a for loop and used fgets and sscanf, but it doesnt seem to scan in the values I need.

    Here is the code im using:

    lines = # of lines in file
    readfile is a FILE *

    for(i = 0; i <...
  5. Replies
    2
    Views
    2,679

    Thanks quzah for the help! BC

    Thanks quzah for the help!

    BC
  6. Replies
    2
    Views
    2,679

    long form of year to short form?

    Can anyone help me with the code which goes from the long form the year to the short form?

    Example:
    2001 to 01
    2002 to 02

    I don't want to do a subraction of 2000.

    Thanks
    BC
  7. Replies
    5
    Views
    5,815

    Scanning a line in a document

    Can anyone help me with the code for scanning a line in a document.

    Here is an example of the document:

    Something here (Varies from 100-500 lines)

    2001.12.25 (time) Start Time
    Weather for...
  8. Searching For a Word in a file and outputing a number

    Hello,

    I need help in C.

    I'm trying to automatically search a file for a word given the date, the file was created. After searching and finding that word. There should be a number in...
Results 1 to 8 of 8