CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    7

    [RESOLVED] need help with placing a loop

    Resolved
    Last edited by Ruthless; December 3rd, 2010 at 02:20 PM.

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: need help with placing a loop

    If it's asking about running the *entire* program again, then it would make sense for the loop to contain the majority of main(), would it not?

  3. #3
    Join Date
    Dec 2010
    Posts
    7

    Re: need help with placing a loop

    Quote Originally Posted by Lindley View Post
    If it's asking about running the *entire* program again, then it would make sense for the loop to contain the majority of main(), would it not?
    figured it out with a little bit of trial and error after I focused on what you said, thanks!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured