27.04.2020 Views

Programación en C++

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

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

ESTRUCTURA DE UN PROGRAMA

#include <iostream>

int main( )

{

std::cout<<“ Hola Mundo”;

}

Se llama a la librería

iostream

Función principal

Entre las { } se

escribirá el código del

programa

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

Saved successfully!

Ooh no, something went wrong!