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. General Programming
  3. C / C++ / MFC
  4. for( ; ; ) ????

for( ; ; ) ????

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 4 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.
  • T Offline
    T Offline
    tongc
    wrote on last edited by
    #1

    the following expression: for( ; ; ) { doSmth(); } Can anyone explain what the for(; ; ) does! Thank you

    D B H 3 Replies Last reply
    0
    • T tongc

      the following expression: for( ; ; ) { doSmth(); } Can anyone explain what the for(; ; ) does! Thank you

      D Offline
      D Offline
      Dominik Reichl
      wrote on last edited by
      #2

      It is an infinite loop, exactly the same as:

      while(1) { }

      :-D -Dominik

      1 Reply Last reply
      0
      • T tongc

        the following expression: for( ; ; ) { doSmth(); } Can anyone explain what the for(; ; ) does! Thank you

        B Offline
        B Offline
        Brad Bruce
        wrote on last edited by
        #3

        It loops forever. No setup, No exit condition, No incrementer

        T 1 Reply Last reply
        0
        • B Brad Bruce

          It loops forever. No setup, No exit condition, No incrementer

          T Offline
          T Offline
          tongc
          wrote on last edited by
          #4

          thanks!!! :)

          1 Reply Last reply
          0
          • T tongc

            the following expression: for( ; ; ) { doSmth(); } Can anyone explain what the for(; ; ) does! Thank you

            H Offline
            H Offline
            Hugo Hallman
            wrote on last edited by
            #5

            I use a where I #define EVER (;;), so writing this: for EVER {} will loop for ever neat!

            T 1 Reply Last reply
            0
            • H Hugo Hallman

              I use a where I #define EVER (;;), so writing this: for EVER {} will loop for ever neat!

              T Offline
              T Offline
              tongc
              wrote on last edited by
              #6

              thanks for the tip, Hugo! It's quite usefull and make so much sense :)

              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