<?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; Limbaj de programare</title>
	<atom:link href="http://www.itcsolutions.eu/tag/limbaj-de-programare/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: 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>How to: Optimize the Memory Space by Heap Memory Allocation in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/26/how-to-optimize-the-memory-space-by-heap-memory-allocation-in-c/</link>
		<comments>http://www.itcsolutions.eu/2009/11/26/how-to-optimize-the-memory-space-by-heap-memory-allocation-in-c/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:02:55 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Indicator]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Optimizare]]></category>
		<category><![CDATA[Pointer]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=915</guid>
		<description><![CDATA[Memory allocation at the applications run-time enables the use of a storage space, expressed in number of bytes, having the size of heap memory required for data storing defined by the variables. Compile-time allocation allows the reservation and use of storage space with predefined size expressed in number of bytes. In this situation, software developers [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/26/how-to-optimize-the-memory-space-by-heap-memory-allocation-in-c/feed/</wfw:commentRss>
		<slash:comments>0</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.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>How to: Apply the Arithmetic of Pointers and Access the Areas of Heap Memory in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:00:23 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Adresa]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Aritmetica]]></category>
		<category><![CDATA[Caracter]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Pointer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=854</guid>
		<description><![CDATA[Areas of heap memory are accessed via variables of pointer type [...]. This kind of variable manages values of memory address type. Arithmetic of pointers [...] involves the operators use to access the areas of heap memory. Allocating of heap memory areas is done by functions and/or operators implemented in programming language. In the below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/21/how-to-apply-the-pointers-arithmetic-and-access-the-areas-of-heap-memory-in-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</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.popa</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>1</slash:comments>
		</item>
		<item>
		<title>How to: Implement Sparse Matrix Data Structure in C++ Using Array</title>
		<link>http://www.itcsolutions.eu/2009/11/02/how-to-implement-sparse-matrix-data-structure-in-the-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2009/11/02/how-to-implement-sparse-matrix-data-structure-in-the-c-programming-language/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:08:40 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Matrice rara]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=733</guid>
		<description><![CDATA[The sparse matrix represents a special type of two-dimensional array consisting of a large number of elements from out of which a very high proportion is occupied by null elements. Thus, the classical declaration of a two-dimensional array in the C++ programming language leads to unnecessary use of memory by storing null values and of [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/02/how-to-implement-sparse-matrix-data-structure-in-the-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementarea structurii de date Matrice Rara in C++ utilizand masive de date</title>
		<link>http://www.itcsolutions.eu/2009/10/30/implementarea-structurii-de-date-matrice-rara-in-limbajul-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/30/implementarea-structurii-de-date-matrice-rara-in-limbajul-c/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:07:03 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Matrice rara]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=704</guid>
		<description><![CDATA[Matricea rara reprezinta in tip special de masiv dimensional format dintr-un numar foarte mare de elemente din care o pondere foarte mare o ocupa elementele nule. Astfel, declararea clasica a unui masiv bidimensional in limbajul C++ conduce la utilizarea inutila a memoriei prin stocarea valorilor nule si a capacitatii de procesare. Declararea unei structuri de [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/30/implementarea-structurii-de-date-matrice-rara-in-limbajul-c/feed/</wfw:commentRss>
		<slash:comments>1</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>Gradul de optimizare a spatiului de memorie prin alocarea dinamica a memoriei in C++</title>
		<link>http://www.itcsolutions.eu/2009/10/19/gradul-de-economisire-a-memoriei-prin-utilizarea-alocarii-dinamice-a-memoriei-in-limbajul-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/19/gradul-de-economisire-a-memoriei-prin-utilizarea-alocarii-dinamice-a-memoriei-in-limbajul-c/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:10:47 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Alocare]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Heap]]></category>
		<category><![CDATA[Indicator]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Masiv]]></category>
		<category><![CDATA[Memorie]]></category>
		<category><![CDATA[Optimizare]]></category>
		<category><![CDATA[Pointer]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=590</guid>
		<description><![CDATA[Alocarea de memorie la momentul executiei unei aplicatii permite utilizarea unui spatiu de memorie, exprimat in numar de bytes, cu exact dimensiunea de memorie heap necesara pentru stocarea datelor definite prin intermediul variabilelor. Alocarea la momentul compilarii permite rezervarea si utilizarea unui spatiu de memorie cu dimensiune predefinita, exprimata in numar de bytes. In aceasta [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/19/gradul-de-economisire-a-memoriei-prin-utilizarea-alocarii-dinamice-a-memoriei-in-limbajul-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
