Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. My code is not working

My code is not working

Scheduled Pinned Locked Moved The Lounge
questionbusinesshelptutorial
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gonzoox
    wrote on last edited by
    #1

    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;i

    I'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

    R L 2 Replies Last reply
    0
    • G Gonzoox

      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;i

      I'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

      R Offline
      R Offline
      Russell Jones
      wrote on last edited by
      #2

      YOU NEED MORE UPR C4SE L3TTERS AND SOME L337 uR CODEZ WILL RUIN BETT3R 7H3N :laugh:

      1 Reply Last reply
      0
      • G Gonzoox

        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;i

        I'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

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        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

        R 1 Reply Last reply
        0
        • L Lost User

          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

          R Offline
          R Offline
          realJSOP
          wrote on last edited by
          #4

          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

          L 1 Reply Last reply
          0
          • R realJSOP

            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

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            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

            D 1 Reply Last reply
            0
            • L Lost User

              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

              D Offline
              D Offline
              Doctor Nick
              wrote on last edited by
              #6

              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.

              G N 2 Replies Last reply
              0
              • D Doctor Nick

                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.

                G Offline
                G Offline
                Gonzoox
                wrote on last edited by
                #7

                :laugh: sorry if I confused you

                1 Reply Last reply
                0
                • D Doctor Nick

                  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.

                  N Offline
                  N Offline
                  NormDroid
                  wrote on last edited by
                  #8

                  That made it even more funny.

                  All right, you guys, I got eight crates of Ipecac from Mort. All on my tab. Now, whoever goes the longest without puking gets the last piece of pie in the fridge.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups