Thread: writing a C++ class to file

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    7

    writing a C++ class to file

    can i write a C++ class to file ?? if the answer is yes....how do i do it ??

    thanks
    stan

  2. #2
    I'm Back
    Join Date
    Dec 2001
    Posts
    556

    Re: writing a C++ class to file

    Originally posted by stanleyw
    can i write a C++ class to file ?? if the answer is yes....how do i do it ??

    thanks
    stan
    Yes, you all have to use read()/write()

    use search and you'll find a lot of programs/snippets on the same topic
    -

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. File Writing Problem
    By polskash in forum C Programming
    Replies: 3
    Last Post: 02-13-2009, 10:47 AM
  3. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  4. #include header files or .cpp files?
    By DoctorX in forum C++ Programming
    Replies: 3
    Last Post: 12-23-2006, 12:21 PM
  5. archive format
    By Nor in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-05-2003, 07:01 PM