<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 2: long long on Visual C++ 6.0</title><link>https://sourceforge.net/p/probstat/bugs/2/</link><description>Recent changes to 2: long long on Visual C++ 6.0</description><atom:link href="https://sourceforge.net/p/probstat/bugs/2/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 21 May 2004 16:16:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/probstat/bugs/2/feed.rss" rel="self" type="application/rss+xml"/><item><title>long long on Visual C++ 6.0</title><link>https://sourceforge.net/p/probstat/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;submitted by a user via email:&lt;/p&gt;
&lt;p&gt;I have got it to compile using Python 2.3 and Microsoft&lt;br /&gt;
Visual C++ 6.0, but had to make some changes.&lt;/p&gt;
&lt;p&gt;MSVC doesn't like "long long" as a data type.  It's&lt;br /&gt;
idea of a "long"&lt;br /&gt;
appears to be a 32 bit integer.&lt;/p&gt;
&lt;p&gt;I'm not sure what size you want, but your code compiled&lt;br /&gt;
and passed the supplied tests using "__int64" instead&lt;br /&gt;
of "long long" (which is how MS say to define a 64 bit&lt;br /&gt;
long integer).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Diederich</dc:creator><pubDate>Fri, 21 May 2004 16:16:28 -0000</pubDate><guid>https://sourceforge.net11e587c5519d222bc0c99a3f02b553ac2dfd07d9</guid></item></channel></rss>