<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Message: 1<br>Date: Thu, 20 Dec 2007 12:31:59 +0200<br>From: 
<a href="mailto:shirab@t2.technion.ac.il">shirab@t2.technion.ac.il</a><br>Subject: [Haifux] A question about g++ dump files<br>To: <a href="mailto:haifux@haifux.org">haifux@haifux.org</a><br>Message-ID: &lt;<a href="mailto:1198146719.476a449f52889@webmail.technion.ac.il">
1198146719.476a449f52889@webmail.technion.ac.il</a>&gt;<br>Content-Type: text/plain; charset=Windows-1255<br><br>Hello,<br><br>I have a question about binary files of g++ , please:<br>in the option<br>&nbsp;g++ -fdump-class-hierarchy 
source.cpp<br>I get the hierarchies of c++ in memory, in a file named source.cpp.class<br>How can I get the binary data of it?<br><br>thanks,<br>Shira<br><br><br></blockquote><div>the *.class files have text data , and not binary&nbsp; 
<br>open it with a text editor for reading .<br><br>i think the data represent addresses in an object file <br>and has no relation to memory<br></div></div>