<?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; Fisier</title>
	<atom:link href="http://www.itcsolutions.eu/tag/fisier/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: 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>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</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</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>
	</channel>
</rss>

