Thread: What types of files can C++ file processing handle?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    57

    What types of files can C++ file processing handle?

    I'm just starting with C++ file processing, and I know that it can modify and create .txt files.

    Can C++ file processing handle word documents (.doc)? Open Office documents? What other types of files can it handle? I know, for example, there are incompatibilities between Word and Open Office. So I wonder how many different types of file formats C++ file processing can handle, and if it can handle the differences between files types.
    Last edited by darsunt; 10-27-2008 at 04:33 PM. Reason: add info

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  2. Formatting the contents of a text file
    By dagorsul in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2008, 12:36 PM
  3. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  4. Inventory records
    By jsbeckton in forum C Programming
    Replies: 23
    Last Post: 06-28-2007, 04:14 AM
  5. Possible circular definition with singleton objects
    By techrolla in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2004, 10:46 AM