View previous topic :: View next topic |
Author |
Message |
giwang Newbie cheater
Reputation: 0
Joined: 14 Jun 2009 Posts: 13 Location: Port 80
|
Posted: Thu May 27, 2010 3:17 pm Post subject: please help me (odd rows) |
|
|
there is the following sequence:
7
1 7
1 1 1 7
3 1 1 7
............................
how code to print out at least until 10 rows using Delphi.
thnk's
|
|
Back to top |
|
 |
NoMercy Master Cheater
Reputation: 1
Joined: 09 Feb 2009 Posts: 289
|
Posted: Thu May 27, 2010 3:29 pm Post subject: |
|
|
Code: | for( int x; x<=10; x++)
// ur code
|
its c++, but i think delphi have also something like that
|
|
Back to top |
|
 |
giwang Newbie cheater
Reputation: 0
Joined: 14 Jun 2009 Posts: 13 Location: Port 80
|
Posted: Thu May 27, 2010 3:36 pm Post subject: |
|
|
@^
thnk's, can u explain ur code
could someone written in delphi
|
|
Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 60
Joined: 22 Jun 2007 Posts: 2071
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu May 27, 2010 8:51 pm Post subject: |
|
|
it also increments x at the end of each loop : D
|
|
Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Thu May 27, 2010 9:34 pm Post subject: |
|
|
And you might like to initialise x
|
|
Back to top |
|
 |
Cheat Engine User Something epic
Reputation: 60
Joined: 22 Jun 2007 Posts: 2071
|
Posted: Fri May 28, 2010 3:39 am Post subject: |
|
|
Slugsnack wrote: |
it also increments x at the end of each loop : D | Yeah but that was quite obvious, was it not?
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri May 28, 2010 5:21 am Post subject: |
|
|
Holland wrote: | Slugsnack wrote: |
it also increments x at the end of each loop : D | Yeah but that was quite obvious, was it not? |
it's easy when you know how. just like x86 assembler
|
|
Back to top |
|
 |
|