<?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; Aplicatie</title>
	<atom:link href="http://www.itcsolutions.eu/tag/aplicatie/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: Transform a Mathematical Expression from Infix Writing to Postfix Writing in C++</title>
		<link>http://www.itcsolutions.eu/2010/02/28/how-to-transform-a-mathematical-expressions-from-infix-writing-to-postfix-writing-in-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2010/02/28/how-to-transform-a-mathematical-expressions-from-infix-writing-to-postfix-writing-in-c-programming-language/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 10:05:56 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Conversie]]></category>
		<category><![CDATA[Scriere infixata]]></category>
		<category><![CDATA[Scriere postfixata]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1301</guid>
		<description><![CDATA[Postfix writing (Reverse Polish Form) was made by Polish mathematician Jan Łukasiewicz. Particularities of this form of writing mathematical expressions are presented in [...]. An algorithm for transforming a writing mathematical expressions from infix to postfix writing was developed by Edsger Dijkstra (Dijkstra Shunting Algorithm). Algorithm requires: Use a stack type structure [...] in which [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/28/how-to-transform-a-mathematical-expressions-from-infix-writing-to-postfix-writing-in-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Create a DLL &#8211; Dynamic Link Library in C++ as Visual Studio 2008 Project</title>
		<link>http://www.itcsolutions.eu/2009/12/10/how-to-create-a-dll-dynamic-link-library-in-c-as-visual-studio-2008-project/</link>
		<comments>http://www.itcsolutions.eu/2009/12/10/how-to-create-a-dll-dynamic-link-library-in-c-as-visual-studio-2008-project/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:11:53 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Fisier]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Reutilizare]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=956</guid>
		<description><![CDATA[Using DLL ensure productivity and/or financial gain in the software development process by reusing the source code written C++. Routines and/or programming components included in a DLL are referenced in the application without the need of their re-implementation in these applications. To build a DLL in C++ programming language as Visual Studio 2008 project, it [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/12/10/how-to-create-a-dll-dynamic-link-library-in-c-as-visual-studio-2008-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Conversia unei expresii matematice din scrierea infixata in scrierea postfixata in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/14/conversia-unei-expresii-matematice-din-scrierea-infixata-in-scrierea-postfixata-in-limbajul-de-programare-c/</link>
		<comments>http://www.itcsolutions.eu/2009/11/14/conversia-unei-expresii-matematice-din-scrierea-infixata-in-scrierea-postfixata-in-limbajul-de-programare-c/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:35:22 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Conversie]]></category>
		<category><![CDATA[Scriere infixata]]></category>
		<category><![CDATA[Scriere postfixata]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=822</guid>
		<description><![CDATA[Scrierea postfixata (forma poloneza inversa) a fost realizata de matematicianul de origine poloneza Jan Lukasiewicz. Particularitati ale acestei forme de scriere a expresiilor matematice sunt prezentate la [...]. Un algoritm de transformare a unei expresii matematice din scrierea infixata in scrierea postfixata a fost elaborat de Edsger Dijkstra (Dijkstra Shunting Algorithm). Algoritmul presupune: Utilizarea unei [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/14/conversia-unei-expresii-matematice-din-scrierea-infixata-in-scrierea-postfixata-in-limbajul-de-programare-c/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Utilizarea unei biblioteci DLL &#8211; Dynamic Link Library in C++ sub Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/10/23/utilizarea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual/</link>
		<comments>http://www.itcsolutions.eu/2009/10/23/utilizarea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:51:20 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Fisier]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Solutie]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=630</guid>
		<description><![CDATA[Utilizarea elementelor de programare incluse in biblioteci DLL [...] se realizeaza in aplicatii C++ cu respectarea anumitor reguli precizate mai jos. Pentru a utiliza o biblioteca DLL in limbajul de programare C++ sub mediul de programare Visual Studio, se procedeaza astfel: Crearea unui proiect C++ de tip Console application; Definirea continutului pentru fisierul sursa care [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/23/utilizarea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crearea unei biblioteci DLL &#8211; Dynamic Link Library in C++ sub Visual Studio 2008</title>
		<link>http://www.itcsolutions.eu/2009/10/20/crearea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual-studio/</link>
		<comments>http://www.itcsolutions.eu/2009/10/20/crearea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual-studio/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:26:47 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Creare]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[Fisier]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Reutilizare]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=610</guid>
		<description><![CDATA[Utilizarea bibliotecilor DLL asigura productivitate si/sau castig financiar in procesul de dezvoltare software prin reutilizarea de cod sursa C++. Rutinele si/sau componentele de programare incluse intr-o biblioteca DLL sunt doar referite in aplicatii fara a mai fi nevoie reimplementarea lor in aceste aplicatii. Pentru a construi o biblioteca DLL in limbajul de programare C++ sub [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/20/crearea-unei-biblioteci-dll-dynamic-link-library-in-limbajul-de-programare-c-sub-visual-studio/feed/</wfw:commentRss>
		<slash:comments>1</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.popa</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 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>
		<item>
		<title>Definirea unui namespace in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/21/definirea-unui-namespace-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/21/definirea-unui-namespace-in-vbnet/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 11:18:53 +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[Namespace]]></category>
		<category><![CDATA[Referire]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=233</guid>
		<description><![CDATA[Termenul de namespace desemneaza o colectie de elemente de programare, organizate si clasificate pentru operatii de grupare si accesare facile. Elementele de programare la nivel de namespace includ: clase de obiecte [...]; structuri [...]; module [...]; interfete [...]; delegati [...]; enumerari [...]; alte namespace-uri. Entitatile namespace pot fi organizate, agregate intr-un ansamblu [...]. Un ansamblu [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/21/definirea-unui-namespace-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.popa</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>Implementarea interfetelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:08:46 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=191</guid>
		<description><![CDATA[Implementarea unei interfete in limbajul VB.NET se realizeaza prin cuvantul rezervat Implements. Interfetele pot fi implementate de catre clase de obiecte [...] si structuri [...]. O clasa de obiecte sau o structura pot implementa una sau mai multe interfete, separate prin operatorul , in VB.NET. Lista de interfete implementate de clasa de obiecte/structura este data [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
