Thread: Polygon

  1. #1
    cheeckyMeecky
    Guest

    Polygon

    Can i save an object to a file? And then read it back.

    thankx.

  2. #2
    cheeckyMeecky - Mr Ed
    Guest

    saving objects to file

    Can i save an object to a file? And then read it back.

    thankx.

  3. #3
    Unregistered
    Guest
    Hi
    If u make ur object persistent then it is possible to store the object and retrive it back.

    Hope this will suffice.

    Regards

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I have merged your duplicate threads.

    Write the individual components of the object out, and then read them back. The commonest way to write objects is to overload the stream insertion and extraction operators, (the "<<" and ">>" operators).
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polygon
    By Ducky in forum Windows Programming
    Replies: 7
    Last Post: 09-01-2008, 05:53 AM
  2. Point in polygon test - spherical coords
    By bhdz in forum C Programming
    Replies: 1
    Last Post: 11-07-2007, 01:25 PM
  3. help how to make polygon
    By gamett711221 in forum C++ Programming
    Replies: 3
    Last Post: 02-20-2005, 08:33 PM
  4. my polygon class
    By ichijoji in forum Game Programming
    Replies: 5
    Last Post: 08-02-2004, 08:42 AM
  5. IDEA: Polygon unions and intersections
    By Magos in forum Contests Board
    Replies: 3
    Last Post: 05-21-2003, 07:16 PM