Results 11 to 19 of 19
its not turning up any search results......
- 11-16-2006 #11Just Joined!
- Join Date
- Nov 2006
- Posts
- 12
its not turning up any search results...
- 11-17-2006 #12
Is there something named binutils?
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-17-2006 #13Just Joined!
- Join Date
- Nov 2006
- Posts
- 12
I found it.. finally haha its was under gcc-c++
- 11-24-2006 #14Just Joined!
- Join Date
- Nov 2006
- Posts
- 12
I know a couple of weeks ago I posted about this, but I still havent had any luck getting it to work... Is there some where online were I can just download the compiler or is there another one I can use with linux?
- 11-24-2006 #15
What's the problem?
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-25-2006 #16Just Joined!
- Join Date
- Nov 2006
- Posts
- 12
I installed it but its doesn't show up anywhere.
- 11-25-2006 #17
You invoke it from the command line, there's no GUI.
for example
Code:g++ helloworld.cpp -o helloworld
g++ is the default compiler in Linux, is the standar and in my opinion it's greatPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-25-2006 #18Just Joined!
- Join Date
- Nov 2006
- Posts
- 12
How do I find out the code to invoke it. I'm not used to doing things without GUI where do I enter the code?
- 11-25-2006 #19
In a terminal like Konsole, gnome-terminal or xterm.
you write c++ code save it as yourfile.cpp (or whatever) then
g++ yourfile.cpp -o yourfilePut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote
