Thread: Array/string question

  1. #1
    Lyra
    Guest

    Angry Array/string question

    I'm new to C..couple months in the process of learning. I need to find a way for a program I am writing, in which I take info inputted from the keyboard and then I need to store it into an array or something and eventually save the file when the program has run its course. (It's sort of like a survey and I want to capture the name/age/answers into a file on the computer.)
    Does anyone have any suggestions/help to offer?
    Thanks,
    Lyra

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Yeah, here are some suggestions:

    1) read the faq.
    2) read the READ THIS FIRST.
    3) try it on your own.
    4) post your code, what it's supposed to do, and what you're having problems with.

    Quzah.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM