Ebooks, Audobooks and Classical Music from Liber Liber
a b c d e f g h i j k l m n o p q r s t u v w x y z





Web - Amazon

We provide Linux to the World


We support WINRAR [What is this] - [Download .exe file(s) for Windows]

CLASSICISTRANIERI HOME PAGE - YOUTUBE CHANNEL
SITEMAP
Audiobooks by Valerio Di Stefano: Single Download - Complete Download [TAR] [WIM] [ZIP] [RAR] - Alphabetical Download  [TAR] [WIM] [ZIP] [RAR] - Download Instructions

Make a donation: IBAN: IT36M0708677020000000008016 - BIC/SWIFT:  ICRAITRRU60 - VALERIO DI STEFANO or
Privacy Policy Cookie Policy Terms and Conditions
C++ - Wikipedija

C++

Izvor: Wikipedija

Programski jezik C++ je viši programski jezik koji je razvijen za objektno orijentirano programiranje i bio je prvotno razvijen u Bell Labs (laboratoriji telekomunikacijske tvrtke Bell) pod rukovodstvom Bjarne Stroustrupa tokom 1980-tih kao proširenje programskom jeziku C, te mu je originalno ime bilo "C with classes". Zbog velike potražnje za objektno orijentiranim jezicima te izrazitim sposobnostima, standard za programski jezik C++ ratificiran je 1998 u standardu ISO/IEC 14882.

[uredi] Povijest razvoja

[uredi] Programski primjer

 #include <iostream>
 #include <algorithm>
 #include <vector>

 using namespace std;

 int main()
 {
    int a;
    int b;
    cout << "Upisi dva broja: " << endl;
    cin >> a >> b;
    cout << a << " + " << b << " = " << a + b << endl;

    int n;
    int suma = 0;
    vector< int > nrs;
    cout << "Upisi broj brojeva u nizu: " << endl;
    cin >> n;
    for (int i = 0; i < n; ++i) {
        int tmp;
        cin >> tmp;
        suma += tmp;
        nrs.push_back( tmp );
    }
    sort( nrs.begin(), nrs.end() );
    cout << "Sortirani niz: " << endl;
    for( int i = 0; i < n; ++i )
        cout << nrs[ i ] << " ";
    cout << endl << "Srednja vrijednost niza: " << static_cast< float >( suma ) / n << endl;
    return 0;
 }

[uredi] Vanjske poveznice

Our "Network":

Project Gutenberg
https://gutenberg.classicistranieri.com

Encyclopaedia Britannica 1911
https://encyclopaediabritannica.classicistranieri.com

Librivox Audiobooks
https://librivox.classicistranieri.com

Linux Distributions
https://old.classicistranieri.com

Magnatune (MP3 Music)
https://magnatune.classicistranieri.com

Static Wikipedia (June 2008)
https://wikipedia.classicistranieri.com

Static Wikipedia (March 2008)
https://wikipedia2007.classicistranieri.com/mar2008/

Static Wikipedia (2007)
https://wikipedia2007.classicistranieri.com

Static Wikipedia (2006)
https://wikipedia2006.classicistranieri.com

Liber Liber
https://liberliber.classicistranieri.com

ZIM Files for Kiwix
https://zim.classicistranieri.com


Other Websites:

Bach - Goldberg Variations
https://www.goldbergvariations.org

Lazarillo de Tormes
https://www.lazarillodetormes.org

Madame Bovary
https://www.madamebovary.org

Il Fu Mattia Pascal
https://www.mattiapascal.it

The Voice in the Desert
https://www.thevoiceinthedesert.org

Confessione d'un amore fascista
https://www.amorefascista.it

Malinverno
https://www.malinverno.org

Debito formativo
https://www.debitoformativo.it

Adina Spire
https://www.adinaspire.com