+ 2
How me to change this course with only 2 for?
30 Respuestas
+ 8
@Ruuko, what is this program for? there's so many loops used, what kind of output do you want from the code?
+ 6
@Gordie mate,
Thanks for the example and your time, I know this is for @Ruuko, but still, I'm keeping a copy, for my own study :o)
+ 6
It's @Gordie's custom macro function for getting an absolute number (abs) if the input(x) is less than zero it will return the positive same number.
e.g x=-3, it will return 3
I get that one from his sample too :)
+ 4
@Ruuko, I have run the program, but the output is incomplete, because of time limit exceeded. Is this supposed to draw some kind of pattern, what image is supposed to be drawn by the pattern mate?
+ 4
@Gordie your way of explaining is not complicated at all, it's rather a more detailed explanation, trust me, I know this for sure from your ultra code :D
I was just giving a brief of your macro, in case you are elsewhere busy on something else :)
@Ruuko, I learned new things from @Gordie, I hope you too have new things found to learn from his work :)
+ 3
Explain the task, I could help.
But unless you use while, 2 for loops is impossible
+ 3
its okay gordie i newly study it and i get new :3
+ 2
ah that it gordie thanks for it :D
+ 2
ohh ... ok if i get trouble with understanding it i will ask again :3
+ 2
i make it :D
+ 1
just run the program that you know what i mean xuz i can realize the image
+ 1
my task is make the shape that i make on my program
but can you make the program more effective?
+ 1
@Pegasus if you can make it white while i like to look the source code
+ 1
@ipang dont input the number above 5
+ 1
hmm thanks for clue gordie
+ 1
i have observise my code for 2 hour :3
+ 1
ok
and the continue statement is getting back to the up for?
+ 1
its cause a skip right?
+ 1
@gordie can i make them without absolute?
0
ano.. can you define this for me what the meaning.
#define abs(x) ((x) < 0 ? -(x) : (x))