<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Brotherhood of Steel</title>
		<link>http://brotherhood-of-steel.mo-rpg.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Fri, 18 Sep 2009 10:19:31 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Brotherhood of Steel</title>
			<url>http://img528.imageshack.us/img528/5683/boslogolh0.png</url>
			<link>http://brotherhood-of-steel.mo-rpg.com/feed/?</link>
		</image>
		<item>
			<title>VB programiranje</title>
			<link>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/vb-programiranje-t29.htm</link>
			<dc:creator>Shad0w Spect0r</dc:creator>
			<description>1. semestar...



Code:Napisati program koji ispisuje sve elemente niza korištenjem For

Each…Next strukture ponavljanja. Pretpostaviti da je niz

inicijaliziran.



Module Module1



Sub Main&#40;&#41;

Dim niz As Integer&#40;&#41; = New Integer&#40;&#41; &#123;2, 3, 4, 5&#125;

Dim x As Integer

For Each x In niz

Console.WriteLine&#40;x&#41;

Next



End Sub



End Module



Napisati proceduru koja preko istog parametra unosi u proceduru cijeli

broj a vraca iz procedure njegovu kvadratnu  ...</description>
			<category>Programianje</category>
			<pubDate>Fri, 18 Sep 2009 10:19:31 GMT</pubDate>
			<comments>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/vb-programiranje-t29.htm#87</comments>
			<guid>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/vb-programiranje-t29.htm</guid>
		</item>
		<item>
			<title>Programiranje Cpp</title>
			<link>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/programiranje-cpp-t28.htm</link>
			<dc:creator>Shad0w Spect0r</dc:creator>
			<description>Evo mene djeda mraza sa torbom punom zadataka iz programiranja c++ 08/09



Hou hou hou!    



Code:#include &lt;stdio.h&gt;

#include &lt;stdlib.h&gt;

#include &lt;string.h&gt;





struct osoba

&#123;

char ime&#91;20&#93;;

char prezime&#91;20&#93;;

int god;

struct osoba *next;

&#125;;



void ubaci_na_pocetak&#40;struct osoba *prva&#41;

&#123;

struct osoba *p;

p=&#40;struct osoba *&#41;malloc&#40;sizeof&#40;struct osoba&#41;&#41;;

printf&#40;&quot;Unesite ime &#58; &quot;&#41;;

scanf&#40;&quot;  ...</description>
			<category>Programianje</category>
			<pubDate>Tue, 15 Sep 2009 13:33:19 GMT</pubDate>
			<comments>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/programiranje-cpp-t28.htm#79</comments>
			<guid>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/programiranje-cpp-t28.htm</guid>
		</item>
		<item>
			<title>Važni linkovi, testovi i sl.</title>
			<link>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/vazni-linkovi-testovi-i-sl-t18.htm</link>
			<dc:creator>Shad0w Spect0r</dc:creator>
			<description>Code:

Module Module1



    Structure Person



        Dim fName, lName As String



        Public Property LastName&#40;&#41; As String



            Get

                Return lName



            End Get



            Set&#40;ByVal Value As String&#41;

                 ...</description>
			<category>Programianje</category>
			<pubDate>Thu, 22 Jan 2009 12:23:45 GMT</pubDate>
			<comments>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/vazni-linkovi-testovi-i-sl-t18.htm#70</comments>
			<guid>http://brotherhood-of-steel.mo-rpg.com/programianje-f12/vazni-linkovi-testovi-i-sl-t18.htm</guid>
		</item>
		<item>
			<title>ŠTETA</title>
			<link>http://brotherhood-of-steel.mo-rpg.com/izvan-brotherhood-a-f7/steta-t20.htm</link>
			<dc:creator>Lord Revan</dc:creator>
			<description><![CDATA[Pozdrav prijatelju DUC DE WOLFE
<br />

<br />
-samo želim konstatirati da mi je jako žao da tako dobar forum stoji neiskorišten
<br />

<br />
 <img src="http://brotherhood-of-steel.mo-rpg.com//users/1511/54/04/68/smiles/79741.gif" alt="Sad" longdesc="3" />   <img src="http://brotherhood-of-steel.mo-rpg.com//users/1511/54/04/68/smiles/8041.gif" alt="Spavanac" longdesc="43" />]]></description>
			<category>Izvan Brotherhood-a</category>
			<pubDate>Tue, 29 Jan 2008 21:54:12 GMT</pubDate>
			<comments>http://brotherhood-of-steel.mo-rpg.com/izvan-brotherhood-a-f7/steta-t20.htm#41</comments>
			<guid>http://brotherhood-of-steel.mo-rpg.com/izvan-brotherhood-a-f7/steta-t20.htm</guid>
		</item>
	</channel>
</rss>