<?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[String auslesen und __int64 zurückgeben]]></title><description><![CDATA[<p>Hallo,</p>
<p>hat jemand eine Idee, wie ich diesen Code:</p>
<p>char input[20];</p>
<p>scanf(&quot;%19s&quot;,input);</p>
<p>b = strtoul(input,0,2);</p>
<p>printf(&quot;Dec: %lu\n&quot;,b);</p>
<p>so verändern kann, dass mir die Funktion keinen 32 Bit Integer sondern einen __int64 zurückliefert? Sonst gibt es beim Einlesen von Binären zahlen schnell einen Überlauf!</p>
<p>Vielen Dank!</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/202104/string-auslesen-und-__int64-zurückgeben</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 22:36:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/202104.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Jan 2008 16:28:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to String auslesen und __int64 zurückgeben on Mon, 07 Jan 2008 16:28:02 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>hat jemand eine Idee, wie ich diesen Code:</p>
<p>char input[20];</p>
<p>scanf(&quot;%19s&quot;,input);</p>
<p>b = strtoul(input,0,2);</p>
<p>printf(&quot;Dec: %lu\n&quot;,b);</p>
<p>so verändern kann, dass mir die Funktion keinen 32 Bit Integer sondern einen __int64 zurückliefert? Sonst gibt es beim Einlesen von Binären zahlen schnell einen Überlauf!</p>
<p>Vielen Dank!</p>
<p>Gruß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1432540</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1432540</guid><dc:creator><![CDATA[kobi78]]></dc:creator><pubDate>Mon, 07 Jan 2008 16:28:02 GMT</pubDate></item><item><title><![CDATA[Reply to String auslesen und __int64 zurückgeben on Mon, 07 Jan 2008 18:25:35 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-18363.html" rel="nofollow">Jochen Kalmbach</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-58.html" rel="nofollow">C++/CLI mit .NET</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-4.html" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1432611</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1432611</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 07 Jan 2008 18:25:35 GMT</pubDate></item></channel></rss>