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

    Need Help with c++ with application development

    Basically the question is to develop an application that allows:

    Create an application which stores information about people, along with a task list.

    The user should be able to Store people's information


    Name,
    Age,
    Telephone number,
    Address



     Retrieve information by entering name

     Remove a person’s record by entering their name

     Return records for all people, sorted according to an information type other than age

     Enter a task which needs doing, a priority entered for its urgency

     View highest priority task on the list

     User should be able to remove highest priority item on the list


    I would be grateful if someone can help us develop this application on a console command line interface style or any other style.

    thanks

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Need Help with c++ with application development


  3. #3
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Need Help with c++ with application development

    Quote Originally Posted by shaokhan View Post
    I would be grateful if someone can help us develop this application on a console command line interface style or any other style.
    So hire a consultant.

    Regards,

    Paul McKenzie

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