<?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</title>
	<atom:link href="http://www.itcsolutions.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Tue, 09 Mar 2010 10:08:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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.popa</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 field with [...]]]></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: 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.popa</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 of 1 [...]]]></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: 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 are stored temporarily [...]]]></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: 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.popa</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 expression in postfix writing [...]]]></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>Librarie de functii si proceduri pentru lucru cu matrici (masive bidimensionale) in limbajul C si C++ &#8211; Citire si Afisare</title>
		<link>http://www.itcsolutions.eu/2010/02/06/librarie-de-functii-si-proceduri-pentru-lucru-cu-matrici-masive-bidimensionale-in-limbajul-c-si-c-citire-si-afisare/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/librarie-de-functii-si-proceduri-pentru-lucru-cu-matrici-masive-bidimensionale-in-limbajul-c-si-c-citire-si-afisare/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 14:52:55 +0000</pubDate>
		<dc:creator>catalin.boja</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[matrice]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1273</guid>
		<description><![CDATA[Pentru realizarea calculului matriceal este necesara existenta matricei sau matricelor. Crearea necorespunzatoare a obiectului de lucru, si anume matricea, duce la efecte total neasteptate. De aceea, pentru a fi lipsiti de neplaceri, atentia acordata acestor functii este maxima.

In calculul matriceal sunt incluse si functii de intrare si iesire. Aceste functii realizeaza:



crearea matricei, fie de la [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/librarie-de-functii-si-proceduri-pentru-lucru-cu-matrici-masive-bidimensionale-in-limbajul-c-si-c-citire-si-afisare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) processing &#8211; Read and Write functions</title>
		<link>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:07:40 +0000</pubDate>
		<dc:creator>catalin.boja</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1259</guid>
		<description><![CDATA[To realize a real computation of matrices it must exist in the first place the matrix or the matrices. Having created an inadequate object for work with it, the results would be unexpected. Therefore we must pay the necessary attention to those functions that are creating a matrix. In this way we won&#8217;t have any [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Librarie de functii si proceduri pentru lucru cu matrici (masive bidimensionale) in limbajul C si C++ &#8211; Introducere</title>
		<link>http://www.itcsolutions.eu/2010/02/06/librarie-de-functii-si-proceduri-pentru-lucru-cu-matrici-masive-bidimensionale-in-limbajul-c-introducere/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/librarie-de-functii-si-proceduri-pentru-lucru-cu-matrici-masive-bidimensionale-in-limbajul-c-introducere/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 11:41:08 +0000</pubDate>
		<dc:creator>catalin.boja</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[matrice]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1251</guid>
		<description><![CDATA[Library source: Librarie de functii si proceduri pentru lucru cu matrici in limbajul C si C++

Limbaj programare: C / C++
Data: 04.2002
Autori: Catalin Boja si Niculescu Silviu
Licenta: Creative Commons Attribution 3.0 License

Lucrarea de fata isi propune sa abordeze o serie de aspecte legate de construirea unei biblioteci de proceduri pentru solutionarea de probleme in care apar [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/librarie-de-functii-si-proceduri-pentru-lucru-cu-matrici-masive-bidimensionale-in-limbajul-c-introducere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) processing &#8211; Introduction</title>
		<link>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 11:40:58 +0000</pubDate>
		<dc:creator>catalin.boja</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1250</guid>
		<description><![CDATA[Library source: C and C++ library of functions and procedures for matrix processing

Language: C / C++
Date: 04.2002
Authors: Catalin Boja si Niculescu Silviu
License: Creative Commons Attribution 3.0 License

This post main objective is to tackle a series of aspects regarding the creation of a library that contains functions necessary in resolving the problems with matrices.
First chapters are [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Limbaj de Asamblare (Assembler) Intel 8086 – Partea 8 – Lucru in virgula mobila (valori reale)</title>
		<link>http://www.itcsolutions.eu/2010/02/06/tutorial-limbaj-de-asamblare-assembler-intel-8086-%e2%80%93-partea-8-%e2%80%93-lucru-in-virgula-mobila-valori-reale/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/tutorial-limbaj-de-asamblare-assembler-intel-8086-%e2%80%93-partea-8-%e2%80%93-lucru-in-virgula-mobila-valori-reale/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:59:45 +0000</pubDate>
		<dc:creator>catalin.boja</dc:creator>
				<category><![CDATA[Assembler 8086]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Assembler]]></category>
		<category><![CDATA[Intel 8086]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1218</guid>
		<description><![CDATA[In acest tutorial destinat imbajului de asamblare pentru procesoare din familia Intel 8086 sunt prezentate modalitatile de lucru cu variabile si constante reale. Acest set de valori, in virgule mobila, necesita o alta abordare decat exemplele cu valori intregi din tutoarialele anterioare deoarece prelucrarile sunt realizate de catre coprocesorul matematic.



Variabile si constante reale

Tipurile de date [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/tutorial-limbaj-de-asamblare-assembler-intel-8086-%e2%80%93-partea-8-%e2%80%93-lucru-in-virgula-mobila-valori-reale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Limbaj de Asamblare (Assembler) Intel 8086 – Partea 7 – Lucru cu segmente</title>
		<link>http://www.itcsolutions.eu/2010/02/05/tutorial-limbaj-de-asamblare-assembler-intel-8086-%e2%80%93-partea-7-%e2%80%93-lucru-cu-segmente/</link>
		<comments>http://www.itcsolutions.eu/2010/02/05/tutorial-limbaj-de-asamblare-assembler-intel-8086-%e2%80%93-partea-7-%e2%80%93-lucru-cu-segmente/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:51:35 +0000</pubDate>
		<dc:creator>catalin.boja</dc:creator>
				<category><![CDATA[Assembler 8086]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Assembler]]></category>
		<category><![CDATA[Intel 8086]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1187</guid>
		<description><![CDATA[
 
In acest tutorial destinat imbajului de asamblare pentru procesoare din familia Intel 8086 sunt prezentate modalitatile de lucru cu segmente. Aceasta abordare permite realizarea de aplicatii compexe in care datele si codul nu sunt limitate doar la un singur segment.


Arhitectura de segmente


Familia de procesoare 8086 implementeaza o arhitectura de segmente prin faptul ca fiecare adresa [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/05/tutorial-limbaj-de-asamblare-assembler-intel-8086-%e2%80%93-partea-7-%e2%80%93-lucru-cu-segmente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
