<?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; Variabila</title>
	<atom:link href="http://www.itcsolutions.eu/tag/variabila/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: Use Data Types to Define Variables in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/09/how-to/</link>
		<comments>http://www.itcsolutions.eu/2010/03/09/how-to/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 09:01:25 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Tip de date]]></category>
		<category><![CDATA[Valoare]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1348</guid>
		<description><![CDATA[Data types associated to the variables establish the content of data and size of areas used to store data. In VB.NET, the following data types are available for software developer: Boolean: True/False values; memory area size varies depending on platform implementation; Byte: unsigned integer values; a variable of Byte type refers to a memory area [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/09/how-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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</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>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>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</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</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>How to: Define and Access a Variable in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/07/07/how-to-define-and-access-a-variable-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/07/07/how-to-define-and-access-a-variable-in-vbnet/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 09:32:29 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Acces]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Obiect]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Tip de date]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=414</guid>
		<description><![CDATA[A variable corresponds to a location of memory, which stores values when performing calculations. Variables are used in calculations, comparisons. They have established a name in the source program, and accessing the value stored in memory location is achieved by variable name. In VB.NET, a variable has an associated data type [...], without being required [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/07/07/how-to-define-and-access-a-variable-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mecanisme de transfer a argumentelor unei proceduri in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/26/mecanisme-de-transfer-a-argumentelor-unei-proceduri-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/26/mecanisme-de-transfer-a-argumentelor-unei-proceduri-in-vbnet/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:11:40 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Argument]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Invocare]]></category>
		<category><![CDATA[Parametru]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Transfer]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=339</guid>
		<description><![CDATA[O procedura [...] este invocata, apelata, intr-un context dat. Procedura executa secventa de cod sursa in mod repetat, utilizand date diferite la fiecare invocare a sa. Datele utilizate sunt reprezentate de variabile [...], constante si expresii transferate in procedura. Parametrul reprezinta o valoare pe care procedura o asteapta la momentul invocarii. Definirea unei proceduri presupune [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/26/mecanisme-de-transfer-a-argumentelor-unei-proceduri-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definirea procedurilor de tip proprietate in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/25/definirea-procedurilor-de-tip-proprietate-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/25/definirea-procedurilor-de-tip-proprietate-in-vbnet/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 09:10:43 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Invocare]]></category>
		<category><![CDATA[Modul]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Proprietate]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=314</guid>
		<description><![CDATA[In VB.NET, procedura proprietate reprezinta secventa de cod sursa de manipulare a unei caracteristici intr-un modul [...], clasa de obiecte [...] sau structura [...]. VB.NET pune la dispozitie urmatoarele proceduri de tip proprietate: Get: returneaza valoarea caracteristicii; caracteristica este accesata printr-o expresie; Set: stabileste valoarea caracteristicii, incluzand referinta de obiect; este invocata pentru atribuirea unei [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/25/definirea-procedurilor-de-tip-proprietate-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Definirea si referirea unei structuri in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/17/definirea-si-referirea-unei-structuri-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/17/definirea-si-referirea-unei-structuri-in-vbnet/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:26:10 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Obiect]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[Tip de date]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=204</guid>
		<description><![CDATA[Structura reprezinta un element de programare similar claselor de obiecte [...]. Diferenta consta in faptul ca structurile sunt tipuri valoare, in timp ce clasele de obiecte sunt tipuri referinta. O variabila de tip valoare este declarata, iar la momentul executiei se aloca spatiu conform tipului de date declarat. Variabila de tip valoare este distrusa atunci [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/17/definirea-si-referirea-unei-structuri-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Caracteristici ale evenimentelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/09/caracteristici-ale-evenimentelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/09/caracteristici-ale-evenimentelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 11:45:24 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Executie]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Obiect]]></category>
		<category><![CDATA[Variabila]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=121</guid>
		<description><![CDATA[Evenimentul reprezinta un mesaj transmis de catre un obiect si care anunta aplicatia de producerea unui fapt. Evenimentele sunt implementate folosind delegati [...]. De exemplu, apasarea unui buton de comanda intr-o interfata grafica provoaca aparitia evenimentului Click. Evenimentul este tratat prin intermediul unei proceduri. Evenimentele sunt declarate in cadrul claselor, structurilor, modulelor si interfetelor utilizand [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/09/caracteristici-ale-evenimentelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

