Thread: can anyone figure this out please?

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    10

    can anyone figure this out please?

    i'm having a few problems with the code i've written. The code presents a user with a menu, the user to enter a patient must select 'a' to allocate a patient and enter details. I'm currently working with the good ward only so the user must press 'g' when asked for ward condition. The details are saved in the appropriate array structure. The problem with my code is that when i select the view ward status option and then good ward 'g' to view the details entered, the data doesnt display from the array...can anyone help me on this please? thanks in advance
    Last edited by stilllearning; 04-08-2003 at 01:42 PM.

  2. #2
    eh ya hoser, got a beer? stumon's Avatar
    Join Date
    Feb 2003
    Posts
    323
    You might want to move this to the C++ board.
    The keyboard is the standard device used to cause computer errors!

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    code might help.

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "code might help"

    lol. (see stilllearning's other thread)

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    just saw it.

    not used to two threads being made about the same thing. this will probably be deleted.

  6. #6
    Casual Visitor
    Join Date
    Oct 2001
    Posts
    350
    Originally posted by 7stud
    "code might help"

    lol. (see stilllearning's other thread)
    which one?

    StillLearning, if you want help, then post what you've done in the current thread that you're asking for help. People will try and help if they don't have to search the board for your original code.
    I haven't used a compiler in ages, so please be gentle as I try to reacclimate myself. :P

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Figure out how method was called?
    By jcafaro10 in forum C++ Programming
    Replies: 2
    Last Post: 02-07-2009, 10:43 AM
  2. 3 dimensional figure volume
    By thekautz in forum C++ Programming
    Replies: 2
    Last Post: 01-20-2009, 05:22 PM
  3. trying to figure out someone's code for a plugin
    By paulpars in forum C++ Programming
    Replies: 4
    Last Post: 07-20-2006, 10:57 AM
  4. newb to C, cant figure something out.
    By Phate4219 in forum C Programming
    Replies: 16
    Last Post: 03-06-2006, 01:47 AM
  5. ahh i can't figure out this loop
    By blindleaf in forum C Programming
    Replies: 1
    Last Post: 03-18-2003, 09:42 AM