<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>jeffric (dot) com &#187; Programming</title> <atom:link href="http://www.jeffric.com/tag/programming/feed/" rel="self" type="application/rss+xml" /><link>http://www.jeffric.com</link> <description>a personal blog of Jeffric So Pisuena</description> <lastBuildDate>Sat, 31 Dec 2011 17:17:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>The C++ Built-In Data Type and Arrays</title><link>http://www.jeffric.com/2009/05/06/the-c-built-in-data-type-and-arrays-2/</link> <comments>http://www.jeffric.com/2009/05/06/the-c-built-in-data-type-and-arrays-2/#comments</comments> <pubDate>Wed, 06 May 2009 09:50:00 +0000</pubDate> <dc:creator>Jeffric</dc:creator> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://www.jeffric.com/blogs1/?p=27</guid> <description><![CDATA[The C++ Built-In Data Type C++ provides built-in support for primitive arithmetic data types such as integer: //declares an integer object, ival //initialized to a first value of 1024 int ival = 1024; It also supports double precision and single precision floating point data types: //declares a double precision floating point object, dval //initialized to [...]]]></description> <wfw:commentRss>http://www.jeffric.com/2009/05/06/the-c-built-in-data-type-and-arrays-2/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
