Thread: Newbie

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    77

    Newbie

    Hi guys,

    I am looking for a example program. For example that will ask for a Employee #, Name, and other tasks. And then the program will save that information in a excel or word file. Can please someone point me to the right direction.

    And what is the command that writes the info taken from the user to a file automatically?

    Thanks

  2. #2
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    This is not windows my friend, you can not press a button and open a file.

    You need to write a program that has functions and loops and all that cool stuff to achieve what you want to do. read the tutorials on this site how to get user input and how to write to a file.
    When no one helps you out. Call google();

  3. #3
    Registered User
    Join Date
    Jan 2005
    Posts
    77
    Thanks for the reply

    I know, I will need to write a program, maybe I didn't explain myself clearly. I need an example program like a fuction that writes to a file. I don't need the whole program just a function that will do it.

    Thanks

  4. #4
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    http://www.cprogramming.com/tutorial/lesson10.html even though its a c++ tutorial, its an example
    When no one helps you out. Call google();

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. newbie: array question :(
    By cstudent in forum C Programming
    Replies: 2
    Last Post: 04-09-2008, 06:46 AM
  2. getting to grips with allegro and ms vc++ (newbie)
    By jimjamjahaa in forum C++ Programming
    Replies: 4
    Last Post: 11-18-2005, 07:49 PM
  3. Newbie in problem with looping
    By nrain in forum C Programming
    Replies: 6
    Last Post: 11-05-2005, 12:53 PM
  4. Some help for a newbie?
    By Ilmater in forum C++ Programming
    Replies: 23
    Last Post: 04-19-2004, 07:44 PM
  5. Newbie Game Develpoers Unite!
    By Telenosis in forum Game Programming
    Replies: 10
    Last Post: 06-22-2002, 02:02 PM