Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
About "Hello World",how to display
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: About "Hello World",how to display (Read 3816 times)
sheng12321
Guest
About "Hello World",how to display
«
on:
May 10, 2010, 03:46:56 pm »
I set up Fedora 10 on Vmware Workstation.
then yesterday i installed C::B
now ,when i try to run the simple progect ""Hello World"
there is no response.
#include<iostream>
using namespace std;
void main()
{
cout <<"hello world"<<endl;
}
no "hello world" displayed
why?
and now my fedora can't open txt editor, which trouble me too
[attachment deleted by admin]
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: About "Hello World",how to display
«
Reply #1 on:
May 10, 2010, 04:00:02 pm »
It seems you did not install xterm, what is needed as virtual terminal to run your program.
The most other vterm's can be used, too, but in this case you have to fix the parameters in "Settings -> Environment -> View".
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
About "Hello World",how to display