30.03.2017 Views

Excel_VBA_manual

Create successful ePaper yourself

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

int main(int argc, char **argv)<br />

{<br />

int n,m;<br />

int a[NMAX],v;<br />

int i,j,inc;<br />

//čitanje podataka iz datoteke<br />

if((stream = fopen( "izlazpod.txt", "r+t" )) != NULL )<br />

{<br />

fscanf( stream, "%d\n",&n );<br />

fscanf( stream, "%d\n",&m );<br />

for (i=0;i

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

Saved successfully!

Ooh no, something went wrong!