ext_321191 (
eugenebo.livejournal.com
) wrote
in
psilogic
2005-07-31 07:21 pm (UTC)
no subject
А вот ещё один образец. Это даже работает, только тормозит сильно :)
unsigned int n = 2;
//...
for (int i = 5; i < n; n++)
{
// Do something
}
(
9 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
]
no subject
unsigned int n = 2;
//...
for (int i = 5; i < n; n++)
{
// Do something
}