<?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; Cod sursa</title>
	<atom:link href="http://www.itcsolutions.eu/tag/cod-sursa/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: Transmit the Message Assigned to an Event Defined in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 08:46:21 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>
		<category><![CDATA[Procedura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1395</guid>
		<description><![CDATA[Appearance of an event and transmission of its message is accomplished by specification RaiseEvent. Specification RaiseEvent is used only for events declared explicitly. Use RaiseEvent specification is exemplified in the following source code sequence developed in VB.NET: Module Module1 &#160; 'defining event handler Public Sub OpDiferenta(ByVal a As Integer, ByVal b As Integer) Dim dif [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/18/how-to-transmit-the-message-assigned-to-an-event-defined-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define Delegates in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 09:24:41 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Delegat]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Invocare]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1381</guid>
		<description><![CDATA[The delegate is a pointer that allows the call of a function indirectly through its memory address. The delegate is used to call methods of other objects. It is similar to the function pointer used in other programming languages. The difference is that the delegate is a reference type on System.Delegate class. Delegates are useful [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/16/how-to-define-delegates-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Identify Characteristics of Events in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:25:06 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Definire]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Handler]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1369</guid>
		<description><![CDATA[The event is a message sent by an object and announces the application of production a fact. Events are implemented using delegates [...]. For example, clicking a command button in a graphical interface causes the appearance of the event Click. The event is treated by a procedure. Events are declared in the classes, structures, modules [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/16/how-to-identify-characteristics-of-events-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Define a Class in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/09/how-to-define-a-class-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/09/how-to-define-a-class-in-vb-net/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 09:54:15 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Camp]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Constructor]]></category>
		<category><![CDATA[Destructor]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Obiect]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1356</guid>
		<description><![CDATA[Class is an abstract representation of an entity. The object is a concrete manifestation of a class. The object is the structure that contains data and methods of handling data. An object contains data through fields and properties: Field: stores data and is similar to a variable; Property: retrieves and changes the value of a [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/09/how-to-define-a-class-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Evaluate a Mathematical Expression in Postfix Writing in C++</title>
		<link>http://www.itcsolutions.eu/2010/02/28/evaluation-of-a-mathematical-expression-in-postfix-writing-in-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2010/02/28/evaluation-of-a-mathematical-expression-in-postfix-writing-in-c-programming-language/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 09:03:53 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Evaluare]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Scriere postfixata]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1285</guid>
		<description><![CDATA[Postfix writing [...] is a form of representation of mathematical expressions in which arithmetic operatorsare written specified by operands. Advantages of postfix writing over prefix and infix writing: Highlights clear policy of making operations; Brackets for forcing priority for implementing operators are not necessary; Evaluations are easily performed by computer. Algorithm for evaluation of an [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/28/evaluation-of-a-mathematical-expression-in-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</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>2</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</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>Evaluarea unei expresii matematice in scrierea postfixata in C++</title>
		<link>http://www.itcsolutions.eu/2009/11/10/evaluarea-unei-expresii-matematice-in-scrierea-postfixata-in-limbajul-de-programare-c/</link>
		<comments>http://www.itcsolutions.eu/2009/11/10/evaluarea-unei-expresii-matematice-in-scrierea-postfixata-in-limbajul-de-programare-c/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 08:16:00 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Evaluare]]></category>
		<category><![CDATA[Expresie]]></category>
		<category><![CDATA[Scriere postfixata]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=795</guid>
		<description><![CDATA[Scrierea postfixata (forma poloneza inversa) [...] este o forma de reprezentare a unei expresii matematice aritmetice in care operatorii sunt scrisi, specificati dupa operanzi. Avantaje ale scrierii postfixate fata de scrierile prefixata si infixata: Evidentierea clara a ordinii de efectuare a operatiilor; Parantezele pentru fortarea prioritatii de aplicare a operatorilor nu mai sunt necesare; Evaluarile [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/10/evaluarea-unei-expresii-matematice-in-scrierea-postfixata-in-limbajul-de-programare-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>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>

