Play a soundI dont know about that but u can play the sound of an audible alert bell.It's an escape sequence [co...
How to register keyboard input?Use [b]cin>>[/b].If u know about data file handling cin is an input stream object that reads output ...
Printing an array.u doing this in [b]C..[/b]omg it's really complicated
Selection sort(array)I think i can explain. I will start with the second loop [code] if (A[j] > A[Max]) Max = j; ...
PLEASE HEEEELP!!!use [code]fstream.h[/code]