make sounds (beep) with c++ June 4, 2023 by Tarik Print the special character ASCII BEL (code 7) cout << '\a'; Source