I am in a cpp class, but i am messing around the program on my own, and I am looking for some commands. or at least a place that i can go to find commands that i want.
There are 2 questions that I currently have. When i started with coding (way back on QBASIC) there were 2 commands that it seems like should be somewhat universal. one was a wait function. IE, in a loop function a command that makes the program wait for time N before it continues.
The other is a sound function. not the beep function, but where you could play freaquency x for time y. Is there a command like that for cpp?
thanks in advance.
There are 2 questions that I currently have. When i started with coding (way back on QBASIC) there were 2 commands that it seems like should be somewhat universal. one was a wait function. IE, in a loop function a command that makes the program wait for time N before it continues.
The other is a sound function. not the beep function, but where you could play freaquency x for time y. Is there a command like that for cpp?
thanks in advance.
Comment