Hello!

I want to add a "press .. " in my program. ( console )

I'm using Linux so I cant use windows.h or conio.h

thanx

Recommended Answers

All 2 Replies

Is "Press ENTER to continue" also good?

cout << "Press ENTER to continue ..." << endl;
cin.get();
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.