<?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>Programming and software development &#187; Source code ( c , c++ console program )</title>
	<atom:link href="http://usprog.com/console_sources/feed" rel="self" type="application/rss+xml" />
	<link>http://usprog.com</link>
	<description>Programming, software development on  C, C++, Builder C++, Visual C++, Java. Database development. MySQL,MSSQL Server,Interbase,Firebird,Oracle.SQLQueries. PHP scripts.Web sites development.</description>
	<lastBuildDate>Thu, 02 Dec 2010 14:17:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Source code of stack data structure on c++</title>
		<link>http://usprog.com/console_data_struct/consolestack.html</link>
		<comments>http://usprog.com/console_data_struct/consolestack.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 12:39:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data structures on c++]]></category>
		<category><![CDATA[data_structures_console_program_tag]]></category>

		<guid isPermaLink="false">http://usprog.com/?p=295</guid>
		<description><![CDATA[<h2>Programming language and development system : C++ , Microsoft Visual Studio.</h2>
<h3>Name of developed program : Stack data structure.</h3>
<p>Description of <strong>developed program</strong> :</p>
<div class="sources_200_200"></div>
<p><strong> Stack </strong> (eng. <em> stack </em> - stack) - <strong>data structure</strong> with the method of access to elements <strong>LIFO</strong> (Last In - First Out, the latter has come - first out). More often than not, the principle of the <strong> stack </strong> compared with the pile of plates: to take a second top, you need to take the top. </p>
<p> Adding an element, also referred to as protalkivaniem (push), may only <strong>top of the stack</strong> (added element becomes the first from top), push (pop) - also from <strong>top of the stack</strong> , the second top element becomes the top.<br/></p>
<p>Created ( <strong>developed</strong> ) program written in c++. <strong>Source code</strong> are well commented.<br />
If you have questions about the <strong>source code</strong> created by the <strong>developed program</strong>, I would be happy to answer them.<br />
<strong>Developed</strong> (created) program can be modified for your environment.<br />
You can order the creation of the graphical equivalent of the <strong>console program</strong>.<br />
You can order the creation ( development ) programs, <strong>software</strong> for your tasks.</p>
<div class="cntr">Program results.</div>
<p><img style="padding-left:80px;" title="stack" src="/sources/stackconsole.gif" alt="stack" width="669" height="338" /></p>
<div><br />
<b>Fatal error</b>:  Call to undefined function show_sources_foot() in <b>/home/usprog2/public_html/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()'d code</b> on line <b>14</b><br />

