http://aslanbeily.livejournal.com/ (
aslanbeily.livejournal.com
) wrote
in
trurle
2006-07-12 02:36 pm (UTC)
Трурль, дорогой, у Вас в ушах бананы?
...или всё-таки пресловутая неонка делает своё черное, как ночь, дело?
#include
#include
using namespace stl;
string horosh="хорош";
string legitimen="легитимен";
int main()
{
if (horosh == legitimen)
{
cout << "Yeah" << endl;
}
else
{
cout << "Nope" << endl;
}
}
:wq
bash3.0# g++ -o hl horosh-legitimen.cpp
bash3.0# ./hl
Nope
bash3.0#
так понятнее? :)
(
363 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
Трурль, дорогой, у Вас в ушах бананы?
#include
#include
using namespace stl;
string horosh="хорош";
string legitimen="легитимен";
int main()
{
if (horosh == legitimen)
{
cout << "Yeah" << endl;
}
else
{
cout << "Nope" << endl;
}
}
:wq
bash3.0# g++ -o hl horosh-legitimen.cpp
bash3.0# ./hl
Nope
bash3.0#
так понятнее? :)