Thread: Project Menu Function output

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    25

    Unhappy Project Menu Function output

    Ive been given a project to complete, i have been supplied with basic code and a menu system and must work around this to complete the task. I do understand the concepts of the class system and I find the problem im having quite trivial but its driving me crazy. Unfortunately because im at a loss ill have to supply anyone who is kind enough to help me with the complete project and they can run it through to see my problem.

    My problem id as follows.

    When the project is run you get a menu appear, when you select add current account it prompts the user for 4 details;

    1. Their account number
    2. Their name
    3. The opening balance of the account
    4. Their overdraft limit.

    The problem i have is i cannot see anywhere in the project files these attributes or the 'cout' calls and so cannot pass them into my class functions/getters to set the information. If anyone could tell me where they out to me or at least tell me their names so i can call them to my classes.

    I realise im using a shotgun methods here to solve it but im at my wits end.

  2. #2
    Registered User subdene's Avatar
    Join Date
    Jan 2002
    Posts
    367
    Heard of F8 and F7?
    Be a leader and not a follower.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-13-2011, 08:28 AM
  2. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  3. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  4. doubt in c parser coding
    By akshara.sinha in forum C Programming
    Replies: 4
    Last Post: 12-23-2007, 01:49 PM
  5. c++ linking problem for x11
    By kron in forum Linux Programming
    Replies: 1
    Last Post: 11-19-2004, 10:18 AM