<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">I am trying to migrate&nbsp; some&nbsp; C++ code based on STL vector&lt;char&gt;&nbsp; - based arrays to mpz_class.&nbsp; Is there an efficient way to construct&nbsp; an mpz_class object from a vector&lt;char&gt; without explicitly iterating over the vector?&nbsp; I could not find&nbsp; a&nbsp; constructor&nbsp; based on an STL vector, nor could I find a string constructor based&nbsp; on vector&lt;char&gt; (which I could then feed into mpz_class(const string&amp;) ).<br><br>Thanks from a newbie.<br>Bob<font style="color: rgb(127, 0, 63);" size="3"><span style="font-style: italic;"></span></font></div><br>

      </body></html>