<?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>bodom_lx at task3 dot cc &#187; pointers</title>
	<atom:link href="http://task3.cc/tag/pointers/feed/" rel="self" type="application/rss+xml" />
	<link>http://task3.cc</link>
	<description>Trying to be mathematically simple and precise</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:08:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Heap vs. Stack in C++</title>
		<link>http://task3.cc/1042/heap-vs-stack-in-c/</link>
		<comments>http://task3.cc/1042/heap-vs-stack-in-c/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 18:05:48 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[abstraction]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[dynamic memory allocation in c]]></category>
		<category><![CDATA[HEAD]]></category>
		<category><![CDATA[heap]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java developer]]></category>
		<category><![CDATA[java stack]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[memory areas]]></category>
		<category><![CDATA[memory management]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[pointers]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[promise]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[PUT]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[run time]]></category>
		<category><![CDATA[software abstraction]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[static and dynamic memory allocation]]></category>
		<category><![CDATA[Tanenbaum]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://task3.cc/?p=1042</guid>
		<description><![CDATA[After the study of pointers versus references, the second natural question that comes in head of a ex Java developer turning to C++ is: "What are the difference between static and dynamic memory allocation in C++?" which can be translated as: "When should I use the stack and when do I have to use the [...]]]></description>
		<wfw:commentRss>http://task3.cc/1042/heap-vs-stack-in-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reference vs. Pointer</title>
		<link>http://task3.cc/1014/reference-vs-pointer/</link>
		<comments>http://task3.cc/1014/reference-vs-pointer/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 21:43:51 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[pointers]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[software engineering project]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://task3.cc/?p=1014</guid>
		<description><![CDATA[In Software Engineering Project course we need to learn some C++ to develop the project. A question that some programmers have when passing from Java to C++ (like me) is "Which are the differences between pointers and references?". You can find a lot of answers around developers forum, but I summarized them in the following [...]]]></description>
		<wfw:commentRss>http://task3.cc/1014/reference-vs-pointer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Memory Management</title>
		<link>http://task3.cc/289/object-oriented-memory-management/</link>
		<comments>http://task3.cc/289/object-oriented-memory-management/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 18:52:23 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Activism?]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[activation record]]></category>
		<category><![CDATA[aria]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[heap]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[memory management]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pageTracker]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[pointers]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[programming project]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[software engineering project]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[Unibz]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false">http://task3.cc/object-oriented-memory-management/</guid>
		<description><![CDATA[Major Update on 10th April 2009, inclusion of C++ programming language! Updated on 18th April 2008, a complete example on stack and heap Updated on 15th April 2008, new contents and new layout! Updated on 6th April 2008, new contents! The paper you can download from here is about a model for memory management during [...]]]></description>
		<wfw:commentRss>http://task3.cc/289/object-oriented-memory-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting array elements with C language</title>
		<link>http://task3.cc/274/sorting-array-elements-with-c-language/</link>
		<comments>http://task3.cc/274/sorting-array-elements-with-c-language/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 14:09:59 +0000</pubDate>
		<dc:creator>bodom_lx</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[C language]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[data structures]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[elements of]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pageTracker]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[pointers]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[PUT]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tiny c]]></category>
		<category><![CDATA[Unibz]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://task3.cc/sorting-array-elements-with-c-language/</guid>
		<description><![CDATA[UPDATE 17:19: it seems that the program I implemented today uses a kind of Bubble Sort algorithm, give it a try, it's quite interesting! After 3 long days studying C, I think I've assimilated a good knowledge base for the incoming semester. So there is a tiny C program that sorts the elements of a [...]]]></description>
		<wfw:commentRss>http://task3.cc/274/sorting-array-elements-with-c-language/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
