Hi Dw I'm new in C++ and I'm trying to develop an interactive app.

I want for instance to run the app and have options printed then I choose one option then the app load relevant screen.

Suppose it an ATM app where you chose what transaction you want to perform from Check Balance, Withdraw, Deposit, and Exit.

Recommended Answers

All 6 Replies

Graphics, or text only?

Console based.

What operating system? Are you happy to use a console library like ncurses, or do you want the whole thing to be nothing but you dumping to screen directly with cout etc?

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.