Thread: loops, menu loops

  1. #16
    Registered User
    Join Date
    Mar 2010
    Posts
    41
    Quote Originally Posted by quzah View Post
    No one cares that you ask multiple questions. They care that you have FOUR threads going now on the SAME topic.


    Quzah.
    how do i delete them?

  2. #17
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    Allright gloworm. What is/are the problem(s) wih your code? Try to be specific:

    example: I get an error on line 112 that says : "blah blah error".

    or I can't get to do x or y.

    I will try to compile and run your code after I get some feedback from you.

  3. #18
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    First thing you should do is re-ident the printDeck function. That does not require any knowledge of anything. If an instruction si nested, either tab it or space it inside it's particular nesting instruction. However, use the same standard throghout your code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Poll event loop
    By rogster001 in forum C++ Programming
    Replies: 2
    Last Post: 09-17-2009, 04:28 AM
  2. need help with a loop
    By Darkw1sh in forum C Programming
    Replies: 19
    Last Post: 09-13-2009, 09:46 PM
  3. funny-looking while loop
    By Aisthesis in forum C++ Programming
    Replies: 3
    Last Post: 08-30-2009, 11:54 PM
  4. nested loop, simple but i'm missing it
    By big_brother in forum C Programming
    Replies: 19
    Last Post: 10-23-2006, 10:21 PM
  5. loop issues
    By kristy in forum C Programming
    Replies: 3
    Last Post: 03-05-2005, 09:14 AM