Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6698867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:37:43+00:00 2026-05-26T06:37:43+00:00

class shape {}; class circle: public shape {}; class square: public shape {}; class

  • 0
class shape {};
class circle: public shape {};
class square: public shape {};
class doc {
    shape* ar[3];
    doc() {
        createShape();
    }
    shape* appendShape();
};

doc d;

I need to save this object d into hard disk as binary format or send this data over network so that other program can populate this object.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:37:43+00:00Added an answer on May 26, 2026 at 6:37 am

    I guess you are looking for object serialization. You might want to take a look at the Boost Serialization library. It can be used to save your objects to a file or a binary stream that could be sent over the network. It also can serialize your objects into an XML representation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't wrap my head around how to accomplish rendering this public class Shape{}
I have an abstract base class called Shape from which both Circle and Rectangle
package pkg_2; import java.util.*; class shape{} class Rect extends shape{} class circle extends shape{}
Consider the following where class Circle inherits from Shape: dim objListOfCircles as new List(of
In a C++ physics simulation, I have a class called Circle, and Square. These
Let's say I created Circle and Triangle classes inherited from Shape class. My question
Shape.h #includeCircle.h #includeSquare.h class Shape { public: virtual void Draw() = 0; static Shape*
Imagine I have abstract base class Shape , with derived classes Circle and Rectangle
In other words, given a base class shape and a derived class rectangle :
Like in the example below, what is allowed, how and why? class Shape {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.