<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2: long long on Visual C++ 6.0</title><link href="https://sourceforge.net/p/probstat/bugs/2/" rel="alternate"/><link href="https://sourceforge.net/p/probstat/bugs/2/feed.atom" rel="self"/><id>https://sourceforge.net/p/probstat/bugs/2/</id><updated>2004-05-21T16:16:28Z</updated><subtitle>Recent changes to 2: long long on Visual C++ 6.0</subtitle><entry><title>long long on Visual C++ 6.0</title><link href="https://sourceforge.net/p/probstat/bugs/2/" rel="alternate"/><published>2004-05-21T16:16:28Z</published><updated>2004-05-21T16:16:28Z</updated><author><name>Jack Diederich</name><uri>https://sourceforge.net/u/jackdied/</uri></author><id>https://sourceforge.net11e587c5519d222bc0c99a3f02b553ac2dfd07d9</id><summary type="html">&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;</summary></entry></feed>