16.05.2015 Views

Programowanie w C++ Borland Builder - Wyższa Szkoła Informatyki ...

Programowanie w C++ Borland Builder - Wyższa Szkoła Informatyki ...

Programowanie w C++ Borland Builder - Wyższa Szkoła Informatyki ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

[P053.CPP]<br />

# include "stdio.h"<br />

# include "stdlib.h"<br />

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

{<br />

printf("Parametry srodowiska DOS: \n");<br />

int i = 0;<br />

do<br />

{<br />

printf("%s \n", env[i]);<br />

i++;<br />

};<br />

while (env[i] != NULL);<br />

printf("Lista parametrow programu: \n");<br />

for(i=1; i

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

Saved successfully!

Ooh no, something went wrong!