Have any idea to make sound with C.
Printable View
Have any idea to make sound with C.
:)Code:#include <stdio.h>
int main (void){
printf("\a\a\a\a\a");
printf("Still sounds great after all these years!!\n");
return 0;
}
Unfortunaly it doesn't work on some new computers.
What about GNU C, in Linux.
ohh.. any function for delay() in TC in DOS..
This seems like the perfect question to ask google.Quote:
What about GNU C, in Linux.
ohh.. any function for delay() in TC in DOS..
-Prelude
So, I made a mistake for asking an easy solution.