Welcome, Guest. Please
login
or
register
.
Forums
Forums
Board
Topic
Home
Today's Posts
Gallery
Login
Register
Amiga.org
»
Operating System Specific Discussions
»
Amiga OS
»
Amiga OS -- Development
»
G++ problems
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: G++ problems (Read 3961 times)
Description:
0 Members and 1 Guest are viewing this topic.
Ratto
Newbie
Join Date: Oct 2002
Posts: 16
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
Logged
Ratto
\\"Nulla è finito di ciò che è fatto\\"
Print
Pages: [
1
]
Go Up
« previous
next »
Amiga.org
»
Operating System Specific Discussions
»
Amiga OS
»
Amiga OS -- Development
»
G++ problems
There was an error while thanking
Thanking...