14.01.2015 Views

Podstawy programowania w C++

Podstawy programowania w C++

Podstawy programowania w C++

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Podstawy</strong> <strong>programowania</strong> w <strong>C++</strong><br />

Ł a g o d n y s t a r t<br />

Wariacje na temat funkcji main, ciąg dalszy<br />

Program robiący nic, zapisany w języku C:<br />

#include <br />

int main()<br />

{<br />

return EXIT_SUCCESS;<br />

}<br />

C , ANSI89<br />

Program robiący nic, zapisany w języku <strong>C++</strong>:<br />

#include <br />

int main()<br />

{<br />

return EXIT_SUCCESS;<br />

}<br />

<strong>C++</strong><br />

Copyright © Roman Simiński Strona : 31

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

Saved successfully!

Ooh no, something went wrong!