Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using C++ emulate a sign in procedure. At this stage we do not have a file yet that contains those username and password records. You'll

Using C++ emulate a sign in procedure.

At this stage we do not have a file yet that contains those username and password records.

You'll hard code a user name and password, and using selection and some string manipulation or comparison you'll go through the sign in process with your user.

Some things to consider are: Let us know where we're signing in.

Other interactions return to you a black screen with little other than a cursor.

How is your user going to know that they are signing in at the right place?

Your user may / will not have a clue as to how to use your system - use the space after your Company Heading to explain what they are doing. Notice how precise the screen captions there are. You have to guide your user through the interaction until they are familiar with the process.

If I try to authenticate as TRAN that the same as tran or TrAN or TraN? Nope. What string manipulations or operations have we seen that you can use here?

Let's assume you can goof your sign in 2 times before you are booted out. You'll need a mechanism to keep track of those failed sign-in attempts.

If you keep all of your previous outputs to screen present, your terminal window will get awfully crowded awfully fast. You'll want to clear the screen in between interactions (like other programs do ) There are two methods here to do so.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

4. Label problematic uses of language and their remedies

Answered: 1 week ago