<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://whyaskwhy.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>WhyAskWhy Wiki</title>
        <description></description>
        <link>http://whyaskwhy.org/wiki/</link>
        <lastBuildDate>Sat, 16 May 2009 15:05:12 -0400</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://whyaskwhy.org/wiki/lib/images/favicon.ico</url>
            <title>WhyAskWhy Wiki</title>
            <link>http://whyaskwhy.org/wiki/</link>
        </image>
        <item>
            <title>tech:programming:cpp:notes:pointers - Constant Pointers and Pointers to Constants</title>
            <link>http://whyaskwhy.org/wiki/tech:programming:cpp:notes:pointers?rev=1222968504</link>
            <description>How to initialize a LPDWORD variable?
warning C4700: uninitialized local variable 'lpdwVolume' used

Incomplete code snippet:


LPDWORD lpdwVolume;  

// return value from auxGetVolume();
DWORD current_volume=0;
    
// This is usually zero
const UINT uDeviceID = 0;

current_volume = auxGetVolume(uDeviceID, lpdwVolume);</description>
            <author>deoren</author>
        <category>tech:programming:cpp:notes</category>
            <pubDate>Thu, 02 Oct 2008 13:28:24 -0400</pubDate>
        </item>
        <item>
            <title>tech:programming:cpp:books:ycdi - created</title>
            <link>http://whyaskwhy.org/wiki/tech:programming:cpp:books:ycdi?rev=1221534388</link>
            <description>FIXME

I'll attempt to give proper remarks for this book later, but suffice to say this book is well worth your time if you're learning C++.  I like how Francis pays particular attention to the pitfalls of the language.  He teaches you to always check for failing function calls (something a lot of “beginner books” fail to do) and teaches you how to use strings and vectors from the beginning in place of arrays.</description>
            <author>deoren</author>
        <category>tech:programming:cpp:books</category>
            <pubDate>Mon, 15 Sep 2008 23:06:28 -0400</pubDate>
        </item>
    </channel>
</rss>
