My code is not working
-
Hello, I have a question, I don't know why my code is not working, can you please help me
int y =1;
for (int i=0;iI'm trying to start a business selling code for programmers and companies, do you have ideas on how to start the business so I can be rich very fast, and how much will you be willing to pay me for my work :)
*joke off*To be very honest, don't you hate that??
Anyway, I just wanted to say hi to everyone here, I've been lurking for 5 years and months the site and I think now is time to start participating in it, so hopefully we will see each other around often... have fun -
Hello, I have a question, I don't know why my code is not working, can you please help me
int y =1;
for (int i=0;iI'm trying to start a business selling code for programmers and companies, do you have ideas on how to start the business so I can be rich very fast, and how much will you be willing to pay me for my work :)
*joke off*To be very honest, don't you hate that??
Anyway, I just wanted to say hi to everyone here, I've been lurking for 5 years and months the site and I think now is time to start participating in it, so hopefully we will see each other around often... have funYOU NEED MORE UPR C4SE L3TTERS AND SOME L337 uR CODEZ WILL RUIN BETT3R 7H3N :laugh:
-
Hello, I have a question, I don't know why my code is not working, can you please help me
int y =1;
for (int i=0;iI'm trying to start a business selling code for programmers and companies, do you have ideas on how to start the business so I can be rich very fast, and how much will you be willing to pay me for my work :)
*joke off*To be very honest, don't you hate that??
Anyway, I just wanted to say hi to everyone here, I've been lurking for 5 years and months the site and I think now is time to start participating in it, so hopefully we will see each other around often... have funGonzoox wrote:
int y =1;
for (int i=0;i
{
textBox1.Text=i.ToString();
i = i-1;
}would not ever work.... But this is not the place to post code questions...
for (int i=0;i;)
{
textBox1.Text=i.ToString();
i = i-1;You need to fix the underlined part is you want it to count backward try:
for (int i=0;i<max;--i)
{
textBox1.Text=i.ToString();
i = i-1;"Make everything as simple as possible, but not simpler." -- Albert Einstein "It didn't matter to us whether people believed in us. We believed in ourselves. We had the courage to follow our own path." ~~Nvidia's Jen-Hsun Huang
-
Gonzoox wrote:
int y =1;
for (int i=0;i
{
textBox1.Text=i.ToString();
i = i-1;
}would not ever work.... But this is not the place to post code questions...
for (int i=0;i;)
{
textBox1.Text=i.ToString();
i = i-1;You need to fix the underlined part is you want it to count backward try:
for (int i=0;i<max;--i)
{
textBox1.Text=i.ToString();
i = i-1;"Make everything as simple as possible, but not simpler." -- Albert Einstein "It didn't matter to us whether people believed in us. We believed in ourselves. We had the courage to follow our own path." ~~Nvidia's Jen-Hsun Huang
It was a joke...
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
It was a joke...
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001Grumble, well it should have been marks as such!
"Make everything as simple as possible, but not simpler." -- Albert Einstein "It didn't matter to us whether people believed in us. We believed in ourselves. We had the courage to follow our own path." ~~Nvidia's Jen-Hsun Huang
-
Grumble, well it should have been marks as such!
"Make everything as simple as possible, but not simpler." -- Albert Einstein "It didn't matter to us whether people believed in us. We believed in ourselves. We had the courage to follow our own path." ~~Nvidia's Jen-Hsun Huang
Note the *joke off* marking in the post. :-D
------------------------------------- Do not do what has already been done. Absolute power corrupts absolutely.. but it ROCKS absolutely, too.
-
Note the *joke off* marking in the post. :-D
------------------------------------- Do not do what has already been done. Absolute power corrupts absolutely.. but it ROCKS absolutely, too.
-
Note the *joke off* marking in the post. :-D
------------------------------------- Do not do what has already been done. Absolute power corrupts absolutely.. but it ROCKS absolutely, too.