From -3625411973255836440
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,84d8f03c42dfd615,start
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1993-03-05 22:18:06 PST
Path: sparky!uunet!mcsun!Germany.EU.net!ira.uka.de!rz.uni-karlsruhe.de!news.uni-stuttgart.de!nvdv.e-technik.uni-stuttgart.dbp.de!seibold
From: seibold@nvdv.e-technik.uni-stuttgart.dbp.de (Wolfram Seibold (Se))
Newsgroups: comp.std.c++
Subject: Representation of data members in memory
Date: 5 Mar 1993 16:28:29 GMT
Organization: University of Stuttgart, IND (Germany)
Lines: 15
Distribution: world
Message-ID: <1n7v3d$mks@info2.rus.uni-stuttgart.de>
NNTP-Posting-Host: indh02.ind.e-technik.uni-stuttgart.de

Hi,

I have to transmit different c++ class-instantiations over stream-channels.
The classes are derived from a base-class containing a type-identifier
to determine the size of the class-instantiation. This type-identifier
must be transmitted first to ensure correct reception of the transmitted
data.

Therefore my question:

Does the c++ standard determine how data members are stored in memory??

Thanks in advance!

Wolfram Seibold


