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
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
Is "Press ENTER to continue" also good?
cout << "Press ENTER to continue ..." << endl;
cin.get();
Thanks a lot.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.