<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GMP probleme]]></title><description><![CDATA[<p>Hi,<br />
wenn ich den folgenen code ausführe...</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
#include &lt;gmp/gmpxx.h&gt;

using namespace std;

#pragma comment(lib,&quot;gmp.lib&quot;)

int main(int argc,char* argv[])
{
	mpz_class a = 4711, b=7686;
	cout &lt;&lt; (a * b) &lt;&lt; std::endl; 
	return 0;
}
</code></pre>
<p>kommt folgener fehler...</p>
<pre><code>Linking...
LINK : fatal error LNK1104: cannot open file 'LIBC.lib'
</code></pre>
<p>...und ich weiß nicht warum und wie ich diesen beheben soll...<br />
wenn man &quot;mpz_class a = 4711, b=7686;&quot; auskommentiert kommt der fehler nicht!<br />
Wodran könnte es liegen?....LIBC.lib ist eine von Microsoft erstellete lib..die ich aber nirgens finden kann!</p>
<p>Meine Umgebung ist VS8 + WinXp</p>
<p>MFG Mostafa</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133934/gmp-probleme</link><generator>RSS for Node</generator><lastBuildDate>Fri, 28 Aug 2026 05:12:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133934.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Jan 2006 13:45:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GMP probleme on Sun, 22 Jan 2006 13:45:16 GMT]]></title><description><![CDATA[<p>Hi,<br />
wenn ich den folgenen code ausführe...</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;
#include &lt;gmp/gmpxx.h&gt;

using namespace std;

#pragma comment(lib,&quot;gmp.lib&quot;)

int main(int argc,char* argv[])
{
	mpz_class a = 4711, b=7686;
	cout &lt;&lt; (a * b) &lt;&lt; std::endl; 
	return 0;
}
</code></pre>
<p>kommt folgener fehler...</p>
<pre><code>Linking...
LINK : fatal error LNK1104: cannot open file 'LIBC.lib'
</code></pre>
<p>...und ich weiß nicht warum und wie ich diesen beheben soll...<br />
wenn man &quot;mpz_class a = 4711, b=7686;&quot; auskommentiert kommt der fehler nicht!<br />
Wodran könnte es liegen?....LIBC.lib ist eine von Microsoft erstellete lib..die ich aber nirgens finden kann!</p>
<p>Meine Umgebung ist VS8 + WinXp</p>
<p>MFG Mostafa</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972790</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972790</guid><dc:creator><![CDATA[Mostafa]]></dc:creator><pubDate>Sun, 22 Jan 2006 13:45:16 GMT</pubDate></item><item><title><![CDATA[Reply to GMP probleme on Sun, 22 Jan 2006 14:08:28 GMT]]></title><description><![CDATA[<p>hallo<br />
vielleicht sind die zwei artikel interessant<br />
<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=167635&amp;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=167635&amp;SiteID=1</a><br />
<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=75362&amp;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=75362&amp;SiteID=1</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/972807</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972807</guid><dc:creator><![CDATA[elise]]></dc:creator><pubDate>Sun, 22 Jan 2006 14:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to GMP probleme on Sun, 22 Jan 2006 14:18:26 GMT]]></title><description><![CDATA[<p>ich würd einen anderen compiler nutzen<br />
<a href="http://swox.com/gmp/manual/Build-Options.html#Build%20Options" rel="nofollow">http://swox.com/gmp/manual/Build-Options.html#Build Options</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/972825</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972825</guid><dc:creator><![CDATA[elise]]></dc:creator><pubDate>Sun, 22 Jan 2006 14:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to GMP probleme on Sun, 22 Jan 2006 14:34:53 GMT]]></title><description><![CDATA[<p>Ich würds einfach mit vc8 (selber) kompilieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972843</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972843</guid><dc:creator><![CDATA[Any]]></dc:creator><pubDate>Sun, 22 Jan 2006 14:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to GMP probleme on Sun, 22 Jan 2006 14:46:24 GMT]]></title><description><![CDATA[<p>Hi,<br />
danke für die Antworten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /> aber das wird mir jetzt ein bischen komplizirt...<br />
Kennt einer eine andere einfachere Bibliothek die min. genauso effizient ist?<br />
Sie muss nur mit großen ganzahligen Werten umgehen müssen, für ein paar Algorithmen die ich nach programmieren möchte.</p>
<p>MFG Mostafa</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972849</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972849</guid><dc:creator><![CDATA[Mostafa]]></dc:creator><pubDate>Sun, 22 Jan 2006 14:46:24 GMT</pubDate></item></channel></rss>