Thread: importing program files

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    1

    importing program files

    I am curently in a C Programming class and I am trying to find some research on the advantages and disadvantages of importing program file output into business applications. If you know of any news links that would help, I would appreciate

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >...importing program file output into business applications...

    I don't know about business applications and also your question is not very clear to me.

    Program file output can be stored in a file using for example fprintf. If you format the output file as a comma-seperated file then Excel can read it and perhaps Access also. If a different format is desired, many formats are available on the internet. Try Google and search for file formats and the name of your target application.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Mutiple source files for one program
    By earth_angel in forum C Programming
    Replies: 7
    Last Post: 06-08-2005, 09:47 AM
  3. Multi - File Program not finding files
    By johnh444 in forum C++ Programming
    Replies: 2
    Last Post: 07-03-2004, 01:48 AM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM