Welcome, Guest. Please login or register.

Author Topic: G++ problems  (Read 3961 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Ratto

  • Newbie
  • *
  • Join Date: Oct 2002
  • Posts: 16
    • Show all replies
Re: G++ problems
« on: November 26, 2003, 12:27:27 PM »
I've used g++ under amigaos, whitout problem, try this:

#include

using namespace std;

int main(){

cout << " hello" << endl;

return 0;
}

Then save whit the name: hello.cc

Open a shell and write:

g++ hello.cc -o hello

then run hello

This must work  :-D
Ratto

\\"Nulla è finito di ciò che è fatto\\"