﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><copyright>Copyright 2003-2026 Bug &amp; dizzy.hr</copyright><ttl>30</ttl><pubDate>Thu, 23 Apr 2026 07:59:54 GMT</pubDate><managingEditor>pisma@bug.hr</managingEditor><language>hr</language><lastBuildDate>Sun, 29 May 2011 18:01:12 GMT</lastBuildDate><description>Tema unutar podforuma Programiranje</description><title>C++ kod - problem</title><link>http://forum.bug.hr/forum/topic/programiranje/c-kod-problem/78881.aspx</link><image><url>http://www.bug.hr/images/forum-rss.gif</url></image><item><title>C++ kod - problem</title><description>ovo su samo skolske gluposti, pa onda je dozvoljeno za getch, ali ono kad se treba radit nesto za zahtjevnije onda ima alternativa, e ljudi koliko vi vec radite u c-u, bolji ste od moga profesora koji...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1969240.aspx</link><pubDate>Sun, 29 May 2011 18:01:12 GMT</pubDate><guid isPermaLink="false">ad2861c259571da79c9fc7cdd74a2696</guid><category /></item><item><title>Re: C++ kod - problem</title><description>To radi i codeblocks koji je isto besplatan i još je open source. Te radi na više platformi(linux,windows...). Usto se može koristiti i za komercijalne projekte, dok visual c++ express to licencom one...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1969132.aspx</link><pubDate>Sun, 29 May 2011 17:17:46 GMT</pubDate><guid isPermaLink="false">60ed5b5737f0888c48231b60528cc23b</guid><category /></item><item><title>C++ kod - problem</title><description>Ja se ne bi zafrkavao sa tim getchar(); na kraju programa da zaustavim konzoluMicrosoft Visual C++ Express bez dodavanja ikakvog koda zaustavlja konzolu,a besplatan je.http://www.microsoft.com/express...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968996.aspx</link><pubDate>Sun, 29 May 2011 16:27:10 GMT</pubDate><guid isPermaLink="false">8a8fe885d29f803e700cd2bb47dbb519</guid><category /></item><item><title>Re: C++ kod - problem</title><description>do niz[4], pocinje se uvijek brojati od nule... ;)</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968942.aspx</link><pubDate>Sun, 29 May 2011 16:01:02 GMT</pubDate><guid isPermaLink="false">f1a3ba9f8c6a1eacc85e38b4f27fc16b</guid><category /></item><item><title>C++ kod - problem</title><description>ček zbunili ste me, kad stavim niz[5] onda imam niz[0] do niz[4] ili do niz[5] ?????</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968937.aspx</link><pubDate>Sun, 29 May 2011 15:59:41 GMT</pubDate><guid isPermaLink="false">932f7758688eca86642b87291abb422e</guid><category /></item><item><title>Re: C++ kod - problem</title><description>slušaj što ti se kaže:kad imaš niz[5]indexi elemenata tog niza su:niz[0]------niz[4]tu imaš 5 elemenata</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968931.aspx</link><pubDate>Sun, 29 May 2011 15:58:04 GMT</pubDate><guid isPermaLink="false">dc704a59b81cc2d19f6460127d04b2ab</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Hmm, zelis reci da ti nesto specijalno radis sa clanom indexa nula? Onda povecaj polje jer ti sada imas 5 clanova: 0 1 2 3 4, a treba ti: 0 1 2 3 4 5, to je dakle 6 clanova sveukupno...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968930.aspx</link><pubDate>Sun, 29 May 2011 15:57:57 GMT</pubDate><guid isPermaLink="false">b84064977d1e745dd561570dfd59795e</guid><category /></item><item><title>C++ kod - problem</title><description>a index 0 je rezerviran za ostatak koda, to ostatak programa radi sa tim, pa neke glupe usporedbe radi sa njim</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968920.aspx</link><pubDate>Sun, 29 May 2011 15:55:13 GMT</pubDate><guid isPermaLink="false">dbe04255fea3f3f8e103749e8d0638a7</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Nisam, sad tek vidim da sam samo prve prepravio, zaboravio sam i ostatak, kad mu je sve tako nabacano u istoj liniji pa me zbunjuje :D&amp;nbsp;Ali dobro, shvatio je poantu... :P&amp;nbsp;EDIT: fix'd</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968917.aspx</link><pubDate>Sun, 29 May 2011 15:54:29 GMT</pubDate><guid isPermaLink="false">99192b3e59329987a08e7e19000bc0c8</guid><category /></item><item><title>C++ kod - problem</title><description>ok hvala, al jbg kad sam totalni pocetnik u ovome, a profesor nema pojma</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968914.aspx</link><pubDate>Sun, 29 May 2011 15:53:43 GMT</pubDate><guid isPermaLink="false">e76d80d89ed350b503cf84c441508c2e</guid><category /></item><item><title>C++ kod - problem</title><description>Ti nisi ispravno popunio nizdeklarirao si niz info tipa grad koji ima duljinu 5grad info[5];&amp;nbsp;puniš da od indexa 0:info[0]..........info[4]&amp;nbsp;ps. rust je to napravio kako valja.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968901.aspx</link><pubDate>Sun, 29 May 2011 15:50:05 GMT</pubDate><guid isPermaLink="false">f9dda346a0bf72a8414a635f56d84b5e</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Evo i prepravljenog k&amp;ocirc;da:&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;string.h&amp;gt;typedef struct grad{ &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int gs;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968893.aspx</link><pubDate>Sun, 29 May 2011 15:47:28 GMT</pubDate><guid isPermaLink="false">474bb5a2fd93c879683ad29fa5e465a3</guid><category /></item><item><title>Re: C++ kod - problem</title><description>1.JTo je apsolutno pogrešno. Funkcija main se mora uvjek definirati kao int. I na njezinu kraju mora se staviti return 0. To uvijek radi prenosivosti čini bez obzira što to prevoditelj automatski stav...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968892.aspx</link><pubDate>Sun, 29 May 2011 15:46:43 GMT</pubDate><guid isPermaLink="false">74ba5183a232a665cae9df03a6cf1d8c</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Krivo su te ucili, main funkcija vraca int, cak i kad ju ti tako ne definiras.&amp;nbsp;alias_noname kaže...getch mi je najjednostavnije za krajSto fali getchar funckiji?&amp;nbsp;alias_noname kaže...stavio s...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968877.aspx</link><pubDate>Sun, 29 May 2011 15:42:11 GMT</pubDate><guid isPermaLink="false">02e69059c7015ee782c8e2a3dc72c43a</guid><category /></item><item><title>C++ kod - problem</title><description>main automatski stavlja u void, tako su me ucili,getch mi je najjednostavnije za krajstavio sam sve preko pokazivaca i radi,koja je razlika izmedu tih&amp;nbsp;single quotes i navodnika, gdje se koji kori...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968862.aspx</link><pubDate>Sun, 29 May 2011 15:33:15 GMT</pubDate><guid isPermaLink="false">4313c9309057ca6851dff0bf535cc523</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Ne citas upozorenja koja ti compiler daje?16:50 gradovi.cpp [Warning] character constant too long for its typei jos cetiri komada, po jedan za svaki grad.&amp;nbsp;Ukratko problem je sto string stavljas p...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968845.aspx</link><pubDate>Sun, 29 May 2011 15:26:02 GMT</pubDate><guid isPermaLink="false">a2973b007f1d0317b8bdfabd2abd8b51</guid><category /></item><item><title>C++ kod - problem</title><description>opet ja debil iman problem, aj pomagajte opet pliiz&amp;nbsp;problem ide ovako&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;conio.h&amp;gt;&amp;nbsp;typedef struct grad&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{ int gs;&amp;nbsp;&amp;nbsp;&amp;n...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1968662.aspx</link><pubDate>Sun, 29 May 2011 14:15:42 GMT</pubDate><guid isPermaLink="false">28f225457eee3a34c1fee9a726c54a5f</guid><category /></item><item><title>C++ kod - problem</title><description>fala, ma novi sam u c-u ne kuzim di dođu ove tockice i sve to, fala puno sada radi</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960189.aspx</link><pubDate>Wed, 25 May 2011 19:26:26 GMT</pubDate><guid isPermaLink="false">4060e81c6e0bd736f89b1d217044fb93</guid><category /></item><item><title>Re: C++ kod - problem</title><description>meni ispisuje:#include &amp;lt;iostream&amp;gt;#include &amp;lt;cmath&amp;gt;&amp;nbsp;using namespace std;&amp;nbsp;int main() {&amp;nbsp;&amp;nbsp; float d1=16;&amp;nbsp;&amp;nbsp; float d2=17;&amp;nbsp;&amp;nbsp; cout&amp;lt;&amp;lt;((abs(d1-d2))*4.)/60...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960178.aspx</link><pubDate>Wed, 25 May 2011 19:24:12 GMT</pubDate><guid isPermaLink="false">2a22cbdc6c1717b6ee76ba30146149af</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Pa citas li ti uopce sto sam ti napisao?&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;stdlib.h&amp;gt;#include &amp;lt;math.h&amp;gt;int main(){&amp;nbsp;&amp;nbsp;&amp;nbsp; int d1=16, d2=17;&amp;nbsp;&amp;nbsp;&amp;nbsp; float vrijeme;&amp;n...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960174.aspx</link><pubDate>Wed, 25 May 2011 19:23:50 GMT</pubDate><guid isPermaLink="false">46b5d7ba2aa053653170b4edcbac960d</guid><category /></item><item><title>Re: C++ kod - problem</title><description>cek a ima ono kad ispisujes float tip nesto %2f jel to triba vratit 2 decimale ili triba ici %2.f ???</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960165.aspx</link><pubDate>Wed, 25 May 2011 19:21:30 GMT</pubDate><guid isPermaLink="false">79b928318ebedf24f4a8555d9cc78b2f</guid><category /></item><item><title>Re: C++ kod - problem</title><description>ne jos uvik vraca ravno 0ovako meni je d1=16 d2=17 i to bi bilo 4/60 i triba bi mi ispisat 0.06 a ja dobijem 0</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960158.aspx</link><pubDate>Wed, 25 May 2011 19:19:42 GMT</pubDate><guid isPermaLink="false">37ef705ca660538a6a704f94ac9d9aff</guid><category /></item><item><title>C++ kod - problem</title><description>Sad sam tek shvatio što govoriš. On ti sve zaokruži na jednu decimalu. Probaj možda kao double, no nisam siguran. Iako mislim da cmath negdje ima funkcija za prikaz ispisa broja znamenki.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960156.aspx</link><pubDate>Wed, 25 May 2011 19:19:07 GMT</pubDate><guid isPermaLink="false">07e43918555823d846eb6e63e2b927b2</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Pa pogledaj moj post iznad...&amp;nbsp;Ne, nego su me zagrade zeznule. Ovo radi:vrijeme=(float)abs(d1-d2)*4/60;&amp;nbsp;Trik je compileru reci da koristi FPU registre umjesto obicnih, a ako stavis float cast...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960151.aspx</link><pubDate>Wed, 25 May 2011 19:18:08 GMT</pubDate><guid isPermaLink="false">3275edabf4317ae9c8532eae0959f4f7</guid><category /></item><item><title>Re: C++ kod - problem</title><description>ne ono uvijek vraca zaokruzeno -.- ubija me u pojam treba mi točno u 2 decimale evo vam cijela funkcija&amp;nbsp;float vrazlika(int d1,int d2)&amp;nbsp;{&amp;nbsp;&amp;nbsp; float vrijeme;&amp;nbsp;&amp;nbsp; vrijeme=((abs(d...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960145.aspx</link><pubDate>Wed, 25 May 2011 19:16:58 GMT</pubDate><guid isPermaLink="false">329022edb43421188e5618f2250a817f</guid><category /></item><item><title>Re: C++ kod - problem</title><description>ispravak:&amp;nbsp;vrijeme=((float)abs(d1-d2)*4/60);&amp;nbsp;probaj sada</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960139.aspx</link><pubDate>Wed, 25 May 2011 19:15:52 GMT</pubDate><guid isPermaLink="false">c75956d4a109d5f99e7cbaeb61e77d73</guid><category /></item><item><title>Re: C++ kod - problem</title><description>To je tipičan problem. Mora se jedna od d2 ili d1 varijabla deklarirati kao float. Ovime ti kao float deklariraš samo rezultat koji je već u integer.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960130.aspx</link><pubDate>Wed, 25 May 2011 19:14:28 GMT</pubDate><guid isPermaLink="false">cc448ab80981b3e99c12bebbd52a506a</guid><category /></item><item><title>Re: C++ kod - problem</title><description>ne, jos isto vraca&amp;nbsp;</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960123.aspx</link><pubDate>Wed, 25 May 2011 19:12:59 GMT</pubDate><guid isPermaLink="false">04e2e382dc6ee13beb810ef9c54873c8</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Probaj castati varijable, ili jednostavno d1 i d2 pretvori u float.&amp;nbsp;Recimo typecasting bi ovako napravio:vrijeme=(float)((abs(d1-d2)*4)/60);</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1960110.aspx</link><pubDate>Wed, 25 May 2011 19:10:14 GMT</pubDate><guid isPermaLink="false">a13a2eb446638d6b7b57eb8848cf70e2</guid><category /></item><item><title>C++ kod - problem</title><description>e ljudi iman problem ide ovako&amp;nbsp;int d1;int d2;float vrijeme;vrijeme=(abs(d1-d2)*4)/60;&amp;nbsp;i sad mi je problem jer mi triba nekad vratit decimalni ostatak a on mi nevraca nista, samo cjelobrojni ...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1959999.aspx</link><pubDate>Wed, 25 May 2011 18:43:31 GMT</pubDate><guid isPermaLink="false">53abd2f1c06e2d3e82a3ba8ffee3b9e9</guid><category /></item><item><title>C++ kod - problem</title><description>Hehe, e thx. Ma treba mi da se malo podsjetim, kak ne programiram više baš često u C/C++ (jbg, Python me uzel k sebi XD), ishlape te stvari s vremenom...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1942478.aspx</link><pubDate>Wed, 18 May 2011 20:58:26 GMT</pubDate><guid isPermaLink="false">89c6f13d5b88ba25c91d1a595b435a50</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Da, može i preko povratne vrijednosti, ali meni se ovo čini najjednostavnije, prenijeti polje u funkciju preko pokazivača, uz to i broj elemenata polja i ufunkciji preko petlje učitati ili ispisati po...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940995.aspx</link><pubDate>Wed, 18 May 2011 12:50:30 GMT</pubDate><guid isPermaLink="false">d9e533e839dd65382d891a55ac48884d</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Slazem se, samo sam mu htio pokazati sto sve moze. Zaboravio sam jos i mogucnost sa globalnom varijablom, ali bi me samo popljuvali da sam i to stavio.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940980.aspx</link><pubDate>Wed, 18 May 2011 12:44:47 GMT</pubDate><guid isPermaLink="false">89ec8420a74b4aacb2233ac8f7e27417</guid><category /></item><item><title>C++ kod - problem</title><description>Ma dovoljno je prenijeti polje tipa automobil i uz to index polja u funkciju i tamo preko petlje učitati.daklevoid ucitaj(automobil* a, int n)&amp;nbsp;poziv izgleda:ucitaj(auti, n)&amp;nbsp;radi preglednosti...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940966.aspx</link><pubDate>Wed, 18 May 2011 12:40:53 GMT</pubDate><guid isPermaLink="false">7790cec2ead4144d358430d62ffe7bcd</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Postoje dva moguca nacina. Prvi je onaj koji si ti pokusao napraviti i o kojem je tom69 govorio. A drugo je postaviti funkciju "ucitaj" tako da vraca tip podatka "automobil".&amp;nbsp;Prvi nacin:void ucit...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940953.aspx</link><pubDate>Wed, 18 May 2011 12:37:17 GMT</pubDate><guid isPermaLink="false">d18ec05ea07064b025377ce21a77e69b</guid><category /></item><item><title>C++ kod - problem</title><description>Ovako radi, skužit ćeš iz koda gdje je bio problem:&amp;nbsp;&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;stdlib.h&amp;gt;typedef struct {&amp;nbsp;&amp;nbsp;&amp;nbsp; char naziv[31];&amp;nbsp;&amp;nbsp;&amp;nbsp; int cijena;} automo...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940927.aspx</link><pubDate>Wed, 18 May 2011 12:27:57 GMT</pubDate><guid isPermaLink="false">9a8154694af66e4cb3bfed634b5768b6</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Pročitaj si o Call by Value i Call by Reference.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940843.aspx</link><pubDate>Wed, 18 May 2011 11:59:34 GMT</pubDate><guid isPermaLink="false">8b38ebde69fc99cd18a10f77644bf434</guid><category /></item><item><title>C++ kod - problem</title><description>Nije C++, već C, ali jel mi netko može ovo pogledati i ispraviti me?&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;stdlib.h&amp;gt;typedef struct {&amp;nbsp;&amp;nbsp;&amp;nbsp; char naziv[31];&amp;nbsp;&amp;nbsp;&amp;nbsp; int cije...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1940769.aspx</link><pubDate>Wed, 18 May 2011 11:33:44 GMT</pubDate><guid isPermaLink="false">39aefa8f4d663e23c7672fa8f919cdf4</guid><category /></item><item><title>Re: C++ kod - problem</title><description>A lol, jesi me nasmijal. Inače, svi su elektrotehničari ludi za programiranjem isto ko i ekonomisti... XD</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925994.aspx</link><pubDate>Thu, 12 May 2011 16:53:20 GMT</pubDate><guid isPermaLink="false">d2029b064711e5ac60453d14342c2db7</guid><category /></item><item><title>Re: C++ kod - problem</title><description>eksplicitno ti se u zadatku traži baš bool funkcija, baš ona vraća true ili false vrijednost,može se napraviti da int funkcija vraća vrijednost 0 ili 1, ali to nema smisla raditi u C++</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925783.aspx</link><pubDate>Thu, 12 May 2011 15:15:04 GMT</pubDate><guid isPermaLink="false">d5657c81190d2e36facf83a9434b15ab</guid><category /></item><item><title>Re: C++ kod - problem</title><description>iskreno, da sam kakav profa ja bi za izraz if(boolFunkcija == true) odmah srušio na ispitu</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925776.aspx</link><pubDate>Thu, 12 May 2011 15:07:55 GMT</pubDate><guid isPermaLink="false">92c435edbab2c10856c4e3029cbc72b1</guid><category /></item><item><title>C++ kod - problem</title><description>&amp;nbsp;Kad mu je već za ocjenu, onda može malo i pojednostaviti kodda ne prepiše nekritičkibool Poredak(int a, int b, int c){&amp;nbsp;&amp;nbsp;&amp;nbsp; if(a&amp;lt;b &amp;amp;&amp;amp; b&amp;lt;c)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925725.aspx</link><pubDate>Thu, 12 May 2011 14:34:23 GMT</pubDate><guid isPermaLink="false">06bfee616765c02c26b2743cd5308726</guid><category /></item><item><title>C++ kod - problem</title><description>Aj molim te reci mi zašto si upisao ovaj faks kad ti očito ne ide i kako ga misliš završiti?</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925478.aspx</link><pubDate>Thu, 12 May 2011 12:55:25 GMT</pubDate><guid isPermaLink="false">771da076d6b72b99f1a6d0b6b41bd355</guid><category /></item><item><title>C++ kod - problem</title><description>Čekaj, je li to Bologna u praksi, položi se informatika a da se funkcija pravo ne riješi.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925327.aspx</link><pubDate>Thu, 12 May 2011 12:06:52 GMT</pubDate><guid isPermaLink="false">941ad4e92b791181075c735a8d9ee12a</guid><category /></item><item><title>C++ kod - problem</title><description>Kako ne funkcionira? Meni radi i izbacuje rezultate prema tvome zadatku. Aono bool možeš zamijeniti sa int.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925113.aspx</link><pubDate>Thu, 12 May 2011 10:30:40 GMT</pubDate><guid isPermaLink="false">e5ee545412e64b98e26431eae73ab019</guid><category /></item><item><title>RE: C++ kod - problem</title><description>Kao što je već rečeno, pokazivači se koriste kod dinamičke alokacije memorije, no koriste se i kao sredstvo "komunikacije" među funkcijama. Primjerice, pri predaji varijabli upotrebom call by referenc...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1925062.aspx</link><pubDate>Thu, 12 May 2011 10:10:01 GMT</pubDate><guid isPermaLink="false">9610585f60947645fa51ae092c401033</guid><category /></item><item><title>Re: C++ kod - problem</title><description>&amp;nbsp; VJerojatno je programiranje imao cijeli semestar ili dva. Ako nije za vrijeme njih ovo naučio onda sumnjam da će baš sad naučiti.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1924998.aspx</link><pubDate>Thu, 12 May 2011 09:44:00 GMT</pubDate><guid isPermaLink="false">7a70ea1d4f34610ae46eb51b3d13832b</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Nisi mu baš trebo dat gotova rješenja, ovo je stvarno jako banalno. Ako to nije naučio ne znam kak će dalje programirat.</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1924980.aspx</link><pubDate>Thu, 12 May 2011 09:37:53 GMT</pubDate><guid isPermaLink="false">4dbea8be74ed5efb810e51c0f61af765</guid><category /></item><item><title>C++ kod - problem</title><description>1.#include &amp;lt;iostream&amp;gt;using namespace std;int pretvori(int a){&amp;nbsp; &amp;nbsp;  if(a%2==0) a=0;&amp;nbsp; &amp;nbsp;  else a=1;&amp;nbsp; &amp;nbsp; return a;}int main(){&amp;nbsp; &amp;nbsp; int a;&amp;nbsp; &amp;nbsp; cin&amp;gt;&amp;gt...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1924966.aspx</link><pubDate>Thu, 12 May 2011 09:31:28 GMT</pubDate><guid isPermaLink="false">b4e6a561b6471a58687b3ac87375a9f9</guid><category /></item><item><title>Re: C++ kod - problem</title><description>Što ti točno nje jasno? Ovo su popriličono lagani programi, tako da ne bi trebalo biti teško.&amp;nbsp;Parnost provjeravaš s operatorom %, on radi ovak:a%b=c znači da ako podijelimo a sa b dobijemo ostata...</description><link>http://forum.bug.hr/forum/post/programiranje/c-kod-problem/1924959.aspx</link><pubDate>Thu, 12 May 2011 09:28:35 GMT</pubDate><guid isPermaLink="false">0fa02a8cd0c4677efe21ecc8211b074e</guid><category /></item></channel></rss>