Thread: Appending to a File

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    1

    Appending to a File

    I was looking to see if anyone could help me. I have a function that is used to append information gathered by another function. However when ever i run the program it does not create the file. I think it is b/c it is never going into the function even though it's been called. If anyone could help I would appreciate it. I have used print statements to check and when what the print statement prints out is "segmentation error" at the point were the function that appends to a file is called.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    I've used my vast psychic powers to figured out your problem. Now use yours to find pull the answer from my mind.

    Or...

    1) Read the forum rules at the top of the board. There are two posts. Try them both.
    2) Post your code, using code tags.
    3) Post your errors or warnings.
    4) Post your specific problem, as clear as possible.

    Or if that's too much, again, just use your psychic ability.

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  4. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM