Original Post
Hello ladies and gents, I was hoping that someone could help me out with the following, Ive been doing the C++ Workshop on my on tempo and I started on the first project, thing is, I'm confused and don't understand what is asked in the General Analysis phase and therefore asked this question in the appropriate C++ Workshop forum. Seeing as it is already a year ago since this workshop was started, it is difficult to get a question answered and therefore I ask it once again overhere.
Quote:I hope someone can help me out here. Thanks in advance. J0Be. The link to Project 1: Cplusplus Project 1
Hello gentlemen, Quote:"listing the items available", is this related towards the level your character has and that only those weapons/armor is shown that you can buy? Or is everything shown in the weapon/armor menu, but only those which are available to you can be bought? If that is the case, how do I know what weapons/armor can be shown/bought?
3. If the user selects Purchase Equipment they will be shown a menu similar to that shown below. From this screen the user can opt to purchase either armor or weapons. Depending upon which submenu the user selects he will be shown a new menu listing the items available, their cost, and benefits. See the Armor and Weapons table below for information about what should be displayed and what items are available. The meaning of the fields in the tables below will be explained later. For now, just use it as a reference of what should be displayed in the item lists.