<?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; Operator</title>
	<atom:link href="http://www.itcsolutions.eu/tag/operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Wed, 23 Jun 2010 16:52:51 +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>How to: Implement Arithmetic of Pointers in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/23/how-to-implement-arithmetic-of-pointers-in-c/</link>
		<comments>http://www.itcsolutions.eu/2009/11/23/how-to-implement-arithmetic-of-pointers-in-c/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:41:40 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=889</guid>
		<description><![CDATA[In C++ programming language, memory areas can be accessed indirectly through pointer type variable [...]. Also, available with a memory address, it ensures movement on memory areas from the memory address stored in the variable pointer. This is ensured by arithmetic operators and it is called arithmetic of pointers. Depending on the nature of arithmetic [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/23/how-to-implement-arithmetic-of-pointers-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementarea aritmeticii de pointeri in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/13/implementarea-aritmeticii-de-pointeri-in-limbajul-de-programare-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/13/implementarea-aritmeticii-de-pointeri-in-limbajul-de-programare-c/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 10:14:29 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=576</guid>
		<description><![CDATA[In limbajul de programare C++, zonele de memorie pot fi accesate indirect prin variabile de tip pointer [...]. De asemenea, avand la dispozitie o adresa de memorie, se asigura deplasarea pe zona de memorie pornind de la adresa stocata in variabila pointer. Acest lucru se asigura prin operatori aritmetici si poarta denumirea de aritmetica de [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/13/implementarea-aritmeticii-de-pointeri-in-limbajul-de-programare-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Definirea si utilizarea variabilelor de tip pointer in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/13/definirea-si-utilizarea-variabilelor-de-tip-pointer-in-limbajul-de-programare-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/13/definirea-si-utilizarea-variabilelor-de-tip-pointer-in-limbajul-de-programare-c/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:01:44 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=563</guid>
		<description><![CDATA[Variabilele de tip pointer permit accesarea de zone de memorie cu continut numeric pentru gestionarea valorilor ce reprezinta adrese de memorie. Dimensiunea unei variabile pointer depinde de arhitectura procesorului. In limbajul de programare C++, sablonul de definire a unei variabile pointer este: TipData *Den_VarPointer; Exemple: int *pi;//pointer la tipul int char **ppc;//pointer la tipul char* [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/13/definirea-si-utilizarea-variabilelor-de-tip-pointer-in-limbajul-de-programare-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Definirea procedurilor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/22/definirea-procedurilor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/22/definirea-procedurilor-in-vbnet/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:39:50 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Invocare]]></category>
		<category><![CDATA[Operator]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=263</guid>
		<description><![CDATA[Procedura reprezinta un bloc de specificatii VB.NET incluse intr-o declaratie precum: Function, Sub, Operator, Get si Set. Toate specificatiile executabile VB.NET sunt incluse intr-o procedura. Invocarea unei proceduri este cunoscuta si sub denumirea de apel de procedura si reprezinta momentul lansarii in executie a specificatiilor incluse in respectiva procedura. La sfarsitul executiei codului din procedura, [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/22/definirea-procedurilor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
