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?

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?

Looks like you're happy just writing the text to the console and letting it scroll upwards for the next "screen".

This covers most of what you want:
http://www.cplusplus.com/doc/tutorial/basic_io/

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.