Prove this code:

#include <iostream>

int main (void)
{
    cout << "Este es mi segundo programa";
}

or

#include "iostream.h"

int main (void)
{
    cout << "Este es mi segundo programa";
}

-- 
Compilation on g++ at the library Iostream.h
https://bugs.launchpad.net/bugs/300875
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to