<?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[StrToInt() &#x2F; ToInt() bei großen Zahlen]]></title><description><![CDATA[<p>In meinem 6er BCB funktioniert leider folgendes nicht:</p>
<pre><code>void __fastcall TForm1::Button4Click(TObject *Sender)
{
   String test = &quot;29278793728&quot;;
   __int64 integer = test.ToInt();
}
</code></pre>
<p>Mit kleineren Zahlen klappt es. Kann mir jemand einen Rat geben, wie ich Zahlen dieser Größe in einen int64 konvertieren kann?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/184021/strtoint-toint-bei-großen-zahlen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 05:01:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/184021.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Jun 2007 14:53:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to StrToInt() &#x2F; ToInt() bei großen Zahlen on Mon, 11 Jun 2007 14:53:28 GMT]]></title><description><![CDATA[<p>In meinem 6er BCB funktioniert leider folgendes nicht:</p>
<pre><code>void __fastcall TForm1::Button4Click(TObject *Sender)
{
   String test = &quot;29278793728&quot;;
   __int64 integer = test.ToInt();
}
</code></pre>
<p>Mit kleineren Zahlen klappt es. Kann mir jemand einen Rat geben, wie ich Zahlen dieser Größe in einen int64 konvertieren kann?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1303243</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1303243</guid><dc:creator><![CDATA[AnianW]]></dc:creator><pubDate>Mon, 11 Jun 2007 14:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to StrToInt() &#x2F; ToInt() bei großen Zahlen on Mon, 11 Jun 2007 14:57:53 GMT]]></title><description><![CDATA[<p>In der Unit SysUtils gibt es die Funktion StrToInt64(). Ich hab den Wertebereich jetzt nicht überprüft, aber zumindest gibt die Funtkion einen int64-Wert zurück.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1303249</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1303249</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 11 Jun 2007 14:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to StrToInt() &#x2F; ToInt() bei großen Zahlen on Mon, 11 Jun 2007 15:11:11 GMT]]></title><description><![CDATA[<p>Ah, perfekt. Hatte zwar in die Hilfe geschaut, muss mir aber irgendwie entgangen sein...</p>
<p>Danke dir!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1303266</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1303266</guid><dc:creator><![CDATA[AnianW]]></dc:creator><pubDate>Mon, 11 Jun 2007 15:11:11 GMT</pubDate></item></channel></rss>