﻿<?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, 14 May 2026 17:09:43 GMT</pubDate><managingEditor>pisma@bug.hr</managingEditor><language>hr</language><lastBuildDate>Thu, 27 Feb 2014 20:22:25 GMT</lastBuildDate><description>Tema unutar podforuma Programiranje</description><title>C program - greška kad dođe do % u printf</title><link>http://forum.bug.hr/forum/topic/programiranje/c-program-greska-kad-dode-do--printf/73477.aspx</link><image><url>http://www.bug.hr/images/forum-rss.gif</url></image><item><title>Re: C program - greška kad dođe do % u printf</title><description>Ispravljeno, lapsus calmi</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4113947.aspx</link><pubDate>Thu, 27 Feb 2014 20:22:25 GMT</pubDate><guid isPermaLink="false">bdb64adbe8afbe59855a7fc4eab1eef9</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Netočno. Funkcija main vraća int.</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4113934.aspx</link><pubDate>Thu, 27 Feb 2014 20:11:23 GMT</pubDate><guid isPermaLink="false">073a1b374728b8e4826368eebf1be1cb</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;Davno si postavio ovo pitanje, ali nisam mogao da ne odgovorim jer vidim da su ti ljudi pokušali pomoći, i donekle su i uspjeli, ali su radili neke greške koje se ne bi trebale radit, tipa da ko...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4113883.aspx</link><pubDate>Thu, 27 Feb 2014 19:41:55 GMT</pubDate><guid isPermaLink="false">6abf7906b00c3db69fc6cbf0a0ce534f</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>1. Unesi broj kao string pa ga onda formatiraj po volji.2. Od int-a (4 bajta) je veći long long (8 bajtova).</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4100826.aspx</link><pubDate>Wed, 19 Feb 2014 07:22:22 GMT</pubDate><guid isPermaLink="false">c6da580b41310e411f13244bdc98e965</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>koristim geany pa me zanima jedna stvar. kad pokrenem program i kad trebam upisivati neke decimalne (float) brojeve mogu ih upisivati samo s decimalnom tockom. ako ih upisem s decimalnim zarezom onda ...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4100662.aspx</link><pubDate>Tue, 18 Feb 2014 23:23:32 GMT</pubDate><guid isPermaLink="false">45be6ddfb991d98614627e8627ce692f</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Radit ce i s promjenom petlje kako si napravio. No ja sam imao drugaciju ideju kad vec imas program koji ispisuje od najmanjeg k najvecem. Recimo da je x=12. Onaj program ce testirat i ispisivat 'i': ...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4070277.aspx</link><pubDate>Thu, 30 Jan 2014 16:32:33 GMT</pubDate><guid isPermaLink="false">155096318f478ff53ba01d81c12432df</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>hvala, napravio sam kak treba, puno hvala&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;&amp;nbsp;int main(){int i,x;printf("Unesi troznamenkasti broj: ");upis:&amp;nbsp;&amp;nbsp; scanf("%d",&amp;amp;x);if(x&amp;gt;99 &amp;amp;&amp;amp; x&amp;lt;10...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4069437.aspx</link><pubDate>Thu, 30 Jan 2014 07:37:43 GMT</pubDate><guid isPermaLink="false">f71879b184b16c5c9ecb8b4186de2863</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>promjeni uvjet for petlje</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4069423.aspx</link><pubDate>Thu, 30 Jan 2014 07:26:05 GMT</pubDate><guid isPermaLink="false">09a586a31216b8d919cb947edc7afdc7</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>kako, mozda me nisi skuzio, on treba ispisat sve djeljitelje nekog broja x (troznamenkastog), i kad ih ispiše ja ocu da mi ispiše od najveceg k manjem, ovako ih ispisuje od najmanjeg k vecem</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4069400.aspx</link><pubDate>Thu, 30 Jan 2014 05:50:45 GMT</pubDate><guid isPermaLink="false">00f1853f0cc888277e9f7279472e06c7</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Ako je i djelitelj od x, onda je i x/i djelitelj od x. Ako i ide od najmanjeg do najveceg, sto se dogadja s x/i? Gornji program se moze modificirat s 2 znaka da dobijes od najveceg k najmanjem. Iako b...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4069275.aspx</link><pubDate>Wed, 29 Jan 2014 23:04:33 GMT</pubDate><guid isPermaLink="false">d3b399b579a5ff7ce15509720c0b2707</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>a kako da uredim program da mi ispisuje u obrnutom redu te brojeve, npr. od najveceg do najmanjeg</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4068975.aspx</link><pubDate>Wed, 29 Jan 2014 20:13:59 GMT</pubDate><guid isPermaLink="false">71c7f14fa16b0db8bb0927736331880c</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>printf ispisuje naredbu korisniku da unese troznamenkasti brojscanf uzima broj koji korisnik upiše i sprema ga u varijablu xunutar petlje provjeravaš da li je broj djeljiv sa i,točnije rečeno if(x%i==...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4009439.aspx</link><pubDate>Sat, 21 Dec 2013 01:12:39 GMT</pubDate><guid isPermaLink="false">3fbebeece27847d16b5295f0dc1a8b4c</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>to je za c++, ak se ne varam, hvala, sam još jel mi možeš objasnit što linije koj znace, neš ugrubo&amp;nbsp;</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4009037.aspx</link><pubDate>Fri, 20 Dec 2013 19:39:27 GMT</pubDate><guid isPermaLink="false">94702a9d350206b501dfb0d0afcc6153</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>mozes optimizirati program tako da se "i" inkrementira do x/2 jer ni jedan broj poslije nece biti djelitelj. tako se program izvrsi u upola manje koraka.</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4007926.aspx</link><pubDate>Fri, 20 Dec 2013 00:43:41 GMT</pubDate><guid isPermaLink="false">185e1fcdfbe5b1d73a2c423d638729ab</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>#include &amp;lt;stdio.h&amp;gt;&amp;nbsp;int main(){int i=0,x;ponovi:printf("Unesi troznamenkasti broj: ");scanf("%d",&amp;amp;x);if(x&amp;gt;99 &amp;amp;&amp;amp; x&amp;lt;1000){do{i++;if((x%i)==0) printf("%d\n",i);}while(i&amp;lt;x);...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4007738.aspx</link><pubDate>Thu, 19 Dec 2013 22:08:49 GMT</pubDate><guid isPermaLink="false">1c2ee657a337512a4583d794ae367fda</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>ovak, dobio sam zadatak da napišem program, u bilo kojem programskom jeziku, znaci vlastiti odabir, samo da radi, sad me zanima dali bi mi neko mogao to napisati, ili barem pomoci, je bi neki najjedno...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/4007701.aspx</link><pubDate>Thu, 19 Dec 2013 21:49:41 GMT</pubDate><guid isPermaLink="false">ccba17d6276c8ad6f147a34527373a32</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>mah, ništa onda od tog...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1726978.aspx</link><pubDate>Fri, 25 Feb 2011 00:13:30 GMT</pubDate><guid isPermaLink="false">2da5e06477fba4c3410a3121fe3a1522</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Ne bez vanjskih biblioteka (npr. curses).Ili ako imas direktan pristup videomemoriji (samo u windowsima9x i DOS-u)</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1725527.aspx</link><pubDate>Thu, 24 Feb 2011 15:19:41 GMT</pubDate><guid isPermaLink="false">8d51e45453a5ac8e34400d0193b7679e</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>fwrite je za binarne datoteke, a fprintf za tekstualne. tako da u ovom slučaju treba ić fprintf&amp;nbsp;a mene zanima sljedeće. recimo sa nekoliko printf-ova ispišem nekoliko raznih redaka, mogu li se ja...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1725002.aspx</link><pubDate>Thu, 24 Feb 2011 12:12:30 GMT</pubDate><guid isPermaLink="false">ffe0c39d833e4c5e3f70346556fec3e5</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Nisam ni ja učio još datoteke, ali probat ću riješit.3. sam razred, ali probaj ovo moje rješenje. Čisto da vidim je li radi.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILE * datoteka; datoteka = fopen ( "vrijeme.txt" , ...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1723893.aspx</link><pubDate>Wed, 23 Feb 2011 20:39:22 GMT</pubDate><guid isPermaLink="false">bf4ef285d920952abd5fa4eff093c365</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Evo, ovaj ispisuje vrijeme od kad je upaljen (koliko je prošlo)...&amp;nbsp;#include&amp;lt;stdio.h&amp;gt;#include&amp;lt;conio.h&amp;gt;#include&amp;lt;sys\timeb.h&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#include&amp;lt;iostream&amp;gt;s...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1723838.aspx</link><pubDate>Wed, 23 Feb 2011 20:25:21 GMT</pubDate><guid isPermaLink="false">e70da9d3142ffc344d278b4d1dda7686</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>zato što bi umjeto &amp;amp;&amp;amp; trebalo ići ||&amp;nbsp;ali najpravilnije je preko do-while petlje&amp;nbsp;do {&amp;nbsp;scanf("%d", &amp;amp;a);} while (a&amp;lt;100 || a&amp;gt;1000)</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1703751.aspx</link><pubDate>Wed, 16 Feb 2011 18:21:37 GMT</pubDate><guid isPermaLink="false">7922d56832e44c61a65cca9465ce3aef</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Koristi do-while umjesto goto. Pravilno korišten goto nikad ne skače unatrag.</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1703356.aspx</link><pubDate>Wed, 16 Feb 2011 15:57:57 GMT</pubDate><guid isPermaLink="false">b818f827ee58f56f1e6b4fcbaeeba731</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Zato kaj ne postoji broj koji je manji od 100 i veći od 1000.Uostalom umjesto goto() je bolje koristiti pravu petlju. Kod je čitljiviji i manje zapetljan. </description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1703042.aspx</link><pubDate>Wed, 16 Feb 2011 14:17:55 GMT</pubDate><guid isPermaLink="false">56f92a16f55fdcf9ba9d467e0cafe95a</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Zašto mi ovde ne radi GOTO????&amp;nbsp;#include&amp;lt;stdio.h&amp;gt;#include&amp;lt;conio.h&amp;gt;int a,b,c,d,e;main(){&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upis:scanf("%d",&amp;amp;a);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(a&amp;lt;100...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1703005.aspx</link><pubDate>Wed, 16 Feb 2011 14:05:59 GMT</pubDate><guid isPermaLink="false">b960a178342a7fbbbd639928a6f50615</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>DevCpp je već prastari, niti se ne sjećam kad je zadnja verzija izašla :D.&amp;nbsp;Code::Blocks ;)</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1694240.aspx</link><pubDate>Sun, 13 Feb 2011 14:15:31 GMT</pubDate><guid isPermaLink="false">fec99ec73468d9fabb6f6dbece5c63d2</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>DevCPP :S&amp;nbsp;Pa popravi greske koje ti compiler javi...Koje ti uopce greske javlja?&amp;nbsp;probaj ukloniti system("pause");</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692806.aspx</link><pubDate>Sat, 12 Feb 2011 22:05:56 GMT</pubDate><guid isPermaLink="false">9cc62111592c46fe1f9691e9aaf52c5b</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;Skini si&amp;nbsp;Dev C++ ili Code Blocks.</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692788.aspx</link><pubDate>Sat, 12 Feb 2011 22:01:56 GMT</pubDate><guid isPermaLink="false">e3b23c625e58f49dee2dea45f469a2fc</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>ja koristim Borland Turbo c++ 4.5&amp;nbsp; program a ti</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692758.aspx</link><pubDate>Sat, 12 Feb 2011 21:55:33 GMT</pubDate><guid isPermaLink="false">4e751f05ab8c06783cf7662dede18027</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>promjenio sam nešto i sam radi, hvala na odgovorima</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692752.aspx</link><pubDate>Sat, 12 Feb 2011 21:54:09 GMT</pubDate><guid isPermaLink="false">e39f8e1569e006fc3ed041a2017dce71</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Sto ti ne radi? Meni radi...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692748.aspx</link><pubDate>Sat, 12 Feb 2011 21:53:28 GMT</pubDate><guid isPermaLink="false">2aec2898f0025b81a2e33b02d17bea57</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>ne radi mi&amp;nbsp;</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692738.aspx</link><pubDate>Sat, 12 Feb 2011 21:51:39 GMT</pubDate><guid isPermaLink="false">0d105fb0830bf535ce6bb4ab7ddfcdbf</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>opet ne kužim, možeš li to dodat u moj kod&amp;nbsp;</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692726.aspx</link><pubDate>Sat, 12 Feb 2011 21:48:49 GMT</pubDate><guid isPermaLink="false">540e5c0be050ce891d3aa71aacda23de</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Potenciranje je mnozenje sa samim sobom:&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#include &amp;lt;stdlib.h&amp;gt;int main(){&amp;nbsp;&amp;nbsp;&amp;nbsp; int a, x, b, n;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("\nUpisi broj: "...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692695.aspx</link><pubDate>Sat, 12 Feb 2011 21:43:04 GMT</pubDate><guid isPermaLink="false">c422c8cd0db1d08d29680e5ff77cf320</guid><category /></item><item><title>Re: C program - greška kad dođe do % u printf</title><description>Bez funckije pow to rješavaš pomoću for petlje:npr:a^2 = a*aa^3 = a*a*a...a^x = a*a*a*....*a (ukupno x-puta):Dakle:&amp;nbsp;int i;long b = 1;&amp;nbsp;for(i = 0; i &amp;lt; x; i++)&amp;nbsp;b *= (long) a;&amp;nbsp;&amp;nbsp...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692662.aspx</link><pubDate>Sat, 12 Feb 2011 21:33:48 GMT</pubDate><guid isPermaLink="false">c27614b6e78ad2eda27c2366d161ebaa</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Imam jedan zadatak koji ne znam rješiti a glasi ovako:Napravite program koji će za unesene cijele brojeve a ,x izračunati i ispisati a na potenciju x, bez korištenja funkcije pow.&amp;nbsp;ja sam krenuo a...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1692610.aspx</link><pubDate>Sat, 12 Feb 2011 21:14:19 GMT</pubDate><guid isPermaLink="false">3d5d259ed04ad11a303af12320537de0</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;Evo-ispravio sam ti.</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1688779.aspx</link><pubDate>Fri, 11 Feb 2011 15:58:22 GMT</pubDate><guid isPermaLink="false">220f4fd8b45dc0a979c51558dc8caefb</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>mo reč šta navalja u ovom kodu&amp;nbsp;#include "stdafx.h"#include &amp;lt;stdio.h&amp;gt;main (){&amp;nbsp;&amp;nbsp;&amp;nbsp; float r;&amp;nbsp;&amp;nbsp;&amp;nbsp; float pi=3.14;&amp;nbsp;&amp;nbsp;&amp;nbsp; float p;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf ...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1688754.aspx</link><pubDate>Fri, 11 Feb 2011 15:50:52 GMT</pubDate><guid isPermaLink="false">6430c9cb5837c618a2fe983ee83a3bc0</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;if(!strcmp(s.musterija,musterija)) { // s.musterija == musterija&amp;nbsp;} while (strcmp(s.musterija,musterija)) // s.musterija != musterija</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1669185.aspx</link><pubDate>Fri, 04 Feb 2011 13:06:19 GMT</pubDate><guid isPermaLink="false">f9b8fd7ba94a42ab46e3d32f448534f1</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;ako je s1&amp;lt;s2 onda je strcmp(s1,s2)&amp;lt;0ako je s1==s2 onda je strcpm(s1,s2)=0ako je s1&amp;gt;s2 onda je strcmp(s1,s2)&amp;gt;0&amp;nbsp;ponovno upućujem na skriptu, strana 89 za ovo sa strcmp</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667246.aspx</link><pubDate>Thu, 03 Feb 2011 16:32:21 GMT</pubDate><guid isPermaLink="false">961f579f608937e58a493f71de957b06</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>ovako sam to riješio:&amp;nbsp;#include &amp;lt;stdio.h&amp;gt;#define MIN 0#define MIN_B 1#define MAX 1000000int main(){&amp;nbsp;&amp;nbsp;&amp;nbsp; long long min, max, i, j;&amp;nbsp;&amp;nbsp;&amp;nbsp; int N, br=0;&amp;nbsp;&amp;nbsp;&amp;nbs...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667208.aspx</link><pubDate>Thu, 03 Feb 2011 16:14:00 GMT</pubDate><guid isPermaLink="false">c0b3207d1aec94b03ca8c713f01a3b54</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;Kako da sad to napišem?&amp;nbsp;i=strcmp(s.musterija,musterija);&amp;nbsp;if(i???0){&amp;nbsp;}while(i???0);</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667177.aspx</link><pubDate>Thu, 03 Feb 2011 15:58:22 GMT</pubDate><guid isPermaLink="false">d00d67c9e31e52386451be60bc32562e</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>&amp;nbsp;Stringovi (znakovni nizovi) se uspoređuju funkcijom strcmp:&amp;nbsp;#include &amp;lt;string.h&amp;gt;int strcmp( const char *str1, const char *str2 );&amp;nbsp;Funkcija vraća 0 ako su nizovi jednaki, a broj ma...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667134.aspx</link><pubDate>Thu, 03 Feb 2011 15:34:36 GMT</pubDate><guid isPermaLink="false">f4ecad3e8b8efb7bedf9a3ac203d2859</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>aaaa, pa da, kako mi je to promaklo? &amp;nbsp;i hvala za ovo drugo, sad idem taj rješit</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667121.aspx</link><pubDate>Thu, 03 Feb 2011 15:24:56 GMT</pubDate><guid isPermaLink="false">3f4c756074530562164ff80b284475f2</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Radim već par dana jednom programu. Dans sam ga dovršio i ispravio neke greške, no međutim, program mi ne radi baš onako kako sam zamislio.Program bi trebao spremati nešto u neformatiranu daoteku te t...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667114.aspx</link><pubDate>Thu, 03 Feb 2011 15:20:05 GMT</pubDate><guid isPermaLink="false">cd0a76f50db691c4107d700d298230a2</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Zbog toga što ti je varijabla N deklarirana kao long long, a u scanf-u ti tražiš input običnog integera. Stavi modifier l (malo L), tj. dva mala l (long long) kod tog scanf-a (kad tražiš input N varij...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667113.aspx</link><pubDate>Thu, 03 Feb 2011 15:17:51 GMT</pubDate><guid isPermaLink="false">2d92baf622ac11c6718a42d674dc47a5</guid><category /></item><item><title>RE: C program - greška kad dođe do % u printf</title><description>Prvo izračunaj prim brojeve i spremi ih u niz, te zatim ispiši poruku na ekranu da je pronađeno "x" prim brojeva i da korisnik unese koliko ih želi ispisati.</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667100.aspx</link><pubDate>Thu, 03 Feb 2011 15:10:09 GMT</pubDate><guid isPermaLink="false">4ecbf9d8ac3ec0a76b320e8ff00dc88b</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>e sad ovo...&amp;nbsp;Program treba ucitati vrijednosti MIN,MAX i N [min,max,N]; ispisuje prvih N prostih brojeva iz intervala [MIN;MAX] -&amp;gt; [1 ; 1 000 000];&amp;nbsp;zašto ovo ne radi kako treba? &amp;nbsp;#in...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1667008.aspx</link><pubDate>Thu, 03 Feb 2011 14:31:14 GMT</pubDate><guid isPermaLink="false">e5105bddf9c7cad7218a9c7ed3d82138</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>Pa može. Ja bi to polje skeniral dva po dva i u jednu varijablu  upisival razliku, ali apsolutnu vrijednost i onda radio usporedbu, svaka koja je veća upisati u varijablu, ako nije veća nastaviti dalj...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1666599.aspx</link><pubDate>Thu, 03 Feb 2011 11:36:07 GMT</pubDate><guid isPermaLink="false">37e6e43d784bc7585dfe190f7e7ea3e1</guid><category /></item><item><title>C program - greška kad dođe do % u printf</title><description>evo sad se patim sa jednim zadatkom&amp;nbsp;U polje upisati N brojeva (&amp;lt;20,u protivnom ponoviti upis), zatim pronaći 2 susjedna broja u polju koja zajedno daju najveću razliku.&amp;nbsp;i sad mi palo na p...</description><link>http://forum.bug.hr/forum/post/programiranje/c-program-greska-kad-dode-do--printf/1666347.aspx</link><pubDate>Thu, 03 Feb 2011 09:02:23 GMT</pubDate><guid isPermaLink="false">c0b5e72bf84f6056004d336aa597e3dd</guid><category /></item></channel></rss>