<?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>IT&#38;C Solutions &#187; Utilizare</title>
	<atom:link href="http://www.itcsolutions.eu/tag/utilizare/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to: Define and Use the Pointers Variables in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/03/how-to-define-and-use-the-pointer-type-variables-in-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2009/11/03/how-to-define-and-use-the-pointer-type-variables-in-c-programming-language/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 10:32:48 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Utilizare]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=780</guid>
		<description><![CDATA[The pointer type variables allow the accessing of memory areas with numerical content for the management of the values which represent memory addresses. The dimension of a pointer variable depends on the processor architecture. In the C++ programming language, the definition template of a pointer variable is: TipData *Den_VarPointer; Examples: int *pi;//pointer to int char [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/03/how-to-define-and-use-the-pointer-type-variables-in-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to: Use a DLL – Dynamic Link Library in C++ as Visual Studio 2008 Project</title>
		<link>http://www.itcsolutions.eu/2009/11/03/how-to-use-a-dll-%e2%80%93-dynamic-link-library-in-the-c-programming-language-in-visual-studio-2008/</link>
		<comments>http://www.itcsolutions.eu/2009/11/03/how-to-use-a-dll-%e2%80%93-dynamic-link-library-in-the-c-programming-language-in-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:47:32 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Utilizare]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=764</guid>
		<description><![CDATA[The usage of the programming elements included in DLL’s [...] it is made in C++ applications by respecting the rules stated below. The usage of a DLL in the C++ programming language in the Visual Studio programming environment, it is made in the following way: Create a C++ project – type: Console application; Define the [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/03/how-to-use-a-dll-%e2%80%93-dynamic-link-library-in-the-c-programming-language-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

