<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/wxdevcpp-book/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/wxdevcpp-book/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/wxdevcpp-book/bugs/</id><updated>2009-01-02T07:31:25Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Misstake in example code</title><link href="https://sourceforge.net/p/wxdevcpp-book/bugs/3/" rel="alternate"/><published>2009-01-02T07:31:25Z</published><updated>2009-01-02T07:31:25Z</updated><author><name>David Bolton</name><uri>https://sourceforge.net/u/dbolton/</uri></author><id>https://sourceforge.netcf688e1e103782e69984a959766b399d34157546</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am reading through the "PDF Programming with wxDev-C++" bundled with wxDev-C++ 6.10.2.&lt;/p&gt;
&lt;p&gt;The book is very helpful, but I think I came across a&lt;br /&gt;
mistake. Page 65 of the PDF contains the&lt;br /&gt;
TruncationAssignment code:&lt;/p&gt;
&lt;p&gt;1 #include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
2 #include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;
3&lt;br /&gt;
4 int main(int argc, char *argv[])&lt;br /&gt;
5 {&lt;br /&gt;
6 short int aShortInt= 0;&lt;br /&gt;
7 float aFloat = 536546.64645;&lt;br /&gt;
8 long int aLongInt= 2045654297;&lt;br /&gt;
9 /*Print the value of the long int*/&lt;br /&gt;
10 printf("The long int value is: %d\n",aLongInt);&lt;br /&gt;
11 /*Convert the long int to a short int*/&lt;br /&gt;
12 aShortInt = aLongInt;&lt;br /&gt;
13 printf("The long int has been assigned to a short int\n");&lt;br /&gt;
14 /*Print the value of the short int*/&lt;br /&gt;
15 printf("The value now = %d\n\n",aShortInt);&lt;br /&gt;
16 /*Repeat for a float to int*/&lt;br /&gt;
17 printf("The float value is: %f\n",aFloat);&lt;br /&gt;
18 printf("The float has now been assigned to a short int\n");&lt;br /&gt;
19 printf("The value is now: %d\n",aShortInt);&lt;br /&gt;
20 system("PAUSE");&lt;br /&gt;
21 return 0;&lt;br /&gt;
22 }&lt;/p&gt;
&lt;p&gt;It seems like the following line of code should be inserted&lt;br /&gt;
between lines 17 and 18:&lt;/p&gt;
&lt;p&gt;aShortInt = aFloat;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>al Cerrar la aplicacion</title><link href="https://sourceforge.net/p/wxdevcpp-book/bugs/2/" rel="alternate"/><published>2008-07-18T18:21:31Z</published><updated>2008-07-18T18:21:31Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netf8678b7100efce143a49570da2844d6d504379f5</id><summary type="html"/></entry><entry><title>cannot find –lwxmsw25 FAQ</title><link href="https://sourceforge.net/p/wxdevcpp-book/bugs/1/" rel="alternate"/><published>2007-03-22T13:26:07Z</published><updated>2007-03-22T13:26:07Z</updated><author><name>Greg Newton</name><uri>https://sourceforge.net/u/gregnewton/</uri></author><id>https://sourceforge.net317c8d6a6ad9beb629162a42e63388d541f82384</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The "cannot find –lwxmsw25" FAQ refers to the 'Parameters' tab. In wxDevC++ 6.10.2 this tab is now 'Additional Command Line Options'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>