Jeroen Ruigrok/Asmodai wrote:
> 
> Those errors are still present.
> 

Wrong:

[(dampurep)~/src]: cat
hello.cc                                                 // begin
program
#include <iostream>
 
using namespace std;
 
int main(int argc, char** argv) {
        cout << "Hello World!!!\n" << endl;
        return 0;
}
// end program
[(dampurep)~/src]: c++ -Os -march=pentiumpro -o hello hello.cc
[(dampurep)~/src]: ./hello   
Hello World!!!

[(dampurep)~/src]: 

PYD


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to