Home › Forums › C Programming › please look at me ! › Reply To: please look at me !
January 12, 2007 at 11:02 pm
#3217
Participant
Well this code wors fine. I have tried the following code using Turbo C++. The is as
1 2 3 4 5 6 7 8 9 10 | #include<stdlib.h><br /> #include<process.h><br /> #include<stdio.h><br /> #include<conio.h><br /> <br /> void main(void){<br /> clrscr();<br /> cout<<"a";<br /> getch();<br /> } |
This code produces the beep sound. I haev checked this code on windows XP.