Thread: Project Help Concerning Scanning in data

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    5

    Project Help Concerning Scanning in data

    Hi. I am currently trying to complete a programming project for my C Prog Class, and I am having trouble with acquiring the data in a given txt file and then setting aside parts of the data as variables for later usage. However, I am unable to describe such issues, so if anyone could help I can send you the project parameters, the .txt file I use for input and the sample of the result (though that might not be so necessary).

    I am currently having issues getting this project started, and I only request help on scanning in the information.

    If anyone can help me, please e-mail me at <<<snipped>>>. I can then reply to you with the listed information, and hopefully I can get on my way to actually completing this project.
    Last edited by Salem; 10-29-2012 at 01:12 AM. Reason: snipped email address

  2. #2
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    The best place for you to start is probably C File I/O Tutorial - Cprogramming.com
    Fact - Beethoven wrote his first symphony in C

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Why don't you post/attach your data file,
    - or a section of it containing the interesting data,
    - or a representation of it where real names (Barak Obama) are replaced by fictitious (Fred Flintstone)

    Then describe what it is that you want to do.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Scanning input data
    By papermate in forum C Programming
    Replies: 38
    Last Post: 04-25-2010, 01:56 AM
  2. Scanning and Displaying Data File
    By MetaMorphicX in forum C Programming
    Replies: 4
    Last Post: 01-09-2009, 02:38 PM
  3. Scanning Data into a structure from a File
    By Tha_Rappa in forum C Programming
    Replies: 2
    Last Post: 12-08-2006, 12:40 AM
  4. help scanning data
    By Matt33 in forum C Programming
    Replies: 2
    Last Post: 04-03-2006, 08:27 PM
  5. scanning and writing data to a file simultaneously
    By Gades in forum C Programming
    Replies: 1
    Last Post: 11-14-2001, 07:51 AM