<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/wxdevcpp-book/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/wxdevcpp-book/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Jan 2009 07:31:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wxdevcpp-book/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Misstake in example code</title><link>https://sourceforge.net/p/wxdevcpp-book/bugs/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Bolton</dc:creator><pubDate>Fri, 02 Jan 2009 07:31:25 -0000</pubDate><guid>https://sourceforge.netcf688e1e103782e69984a959766b399d34157546</guid></item><item><title>al Cerrar la aplicacion</title><link>https://sourceforge.net/p/wxdevcpp-book/bugs/2/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 18 Jul 2008 18:21:31 -0000</pubDate><guid>https://sourceforge.netf8678b7100efce143a49570da2844d6d504379f5</guid></item><item><title>cannot find –lwxmsw25 FAQ</title><link>https://sourceforge.net/p/wxdevcpp-book/bugs/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Newton</dc:creator><pubDate>Thu, 22 Mar 2007 13:26:07 -0000</pubDate><guid>https://sourceforge.net317c8d6a6ad9beb629162a42e63388d541f82384</guid></item></channel></rss>