Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
serializing a g++ application
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jbailo  
View profile  
 More options Oct 25 2003, 10:29 pm
Newsgroups: comp.os.linux.development, comp.os.linux.development.apps
From: "jbailo" <jaba...@earthlink.net>
Date: Sun, 26 Oct 2003 02:25:48 GMT
Local: Sat, Oct 25 2003 10:25 pm
Subject: serializing a g++ application

Is it possible to serialize a g++ application so
that it preserves the state of key
variables in the executable when shut down?

--
There are Ogg Vorbis streams @
Virgin Radio
http://www.virginradio.co.uk/thestation/listen/index.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wiseguy  
View profile  
 More options Oct 25 2003, 11:21 pm
Newsgroups: comp.os.linux.development, comp.os.linux.development.apps
From: no...@celeron.local (Wiseguy)
Date: 25 Oct 2003 22:20:48 -0500
Local: Sat, Oct 25 2003 11:20 pm
Subject: Re: serializing a g++ application
"jbailo" <jaba...@earthlink.net> tried to express:

> Is it possible to serialize a g++ application so
> that it preserves the state of key
> variables in the executable when shut down?

Depends upon whether your objects were designed to be "serializable".
If the app wasn't specifically designed with this functionality in mind,
then the answer is "no."

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jbailo  
View profile  
 More options Oct 25 2003, 11:35 pm
Newsgroups: comp.os.linux.development, comp.os.linux.development.apps
From: "jbailo" <jaba...@earthlink.net>
Date: Sun, 26 Oct 2003 03:31:17 GMT
Local: Sat, Oct 25 2003 11:31 pm
Subject: Re: serializing a g++ application
-> no...@celeron.local (Wiseguy)

> "jbailo" <jaba...@earthlink.net> tried to express:

>> Is it possible to serialize a g++ application so
>> that it preserves the state of key
>> variables in the executable when shut down?

> Depends upon whether your objects were designed to be "serializable".
> If the app wasn't specifically designed with this functionality in mind,
> then the answer is "no."

can you give me a pointer as to
how to serialize them...say for
instatnce the state of a Gtk
button text.

--
There are Ogg Vorbis streams @
Virgin Radio
http://www.virginradio.co.uk/thestation/listen/index.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nils O. Selåsdal  
View profile  
 More options Oct 27 2003, 3:28 am
Newsgroups: comp.os.linux.development, comp.os.linux.development.apps
Followup-To: comp.os.linux.development.apps
From: nosel...@frisurf.no (Nils O. Selåsdal)
Date: Mon, 27 Oct 2003 08:28:54 GMT
Local: Mon, Oct 27 2003 3:28 am
Subject: Re: serializing a g++ application

> Is it possible to serialize a g++ application so
> that it preserves the state of key
> variables in the executable when shut down?

C/C++ does not support the concept of "serialization" as
found in e.g. Java.
You have to write your own code that saves and restores states.

--
Vennlig hilsen/Best Regards
Nils Olav Selåsdal <NOS at Utel.no>
System Engineer
UtelSystems a/s


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »