26.09.2015 Views

PROGRAMSKI JEZICI 2

Предавање 1

Предавање 1

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Dynamic memory allocation<br />

• // Output primes 5 to a line<br />

• for(int i = 0; i < max; i++)<br />

• {<br />

• if(i%5 == 0) /* New line on 1st, and every 5th line*/<br />

• cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!