Hello,<br><br>Say I construct an ex by:<br>GiNaC::ex E(GiNaC::symbol(&quot;abc&quot;));<br><br>How can I get back &quot;abc&quot; from E as a C++ string or char*?<br><br>Now I do this by print the ex to a std::ostringstream, and get the string from the ostringstream.
<br><br>Thanks.<br><br>-- Zhongxing Xu<br><br>