My mechanics waves teacher left an assignment to make a piano using frequencies and I am using Turbo C++, the problem is that it does compile with no errors and all that stuff but the speakers don't sound with the frequency that i put.
I don't know if it's because of windows vista which sucks by the way, here is a little piece of the code:
# include <stdlib.h>
# include <stdio.h>
# include <conio.h>
# include <dos.h>
void main ()
{
int x;
printf("piano in c++ \n ");
printf("give me a number from 0 to 9: ");
scanf("%d", &x);
Mmmmmm, now that clears my mind a lot, dang i hate vista, i tried to put xp on my laptop but some drivers are not available for xp, i'm getting a lenovo with xp to solve my issues.
oh, thx... i think i would be better off, reading the posts slowly^^... but i don“t see him using the word "internal speakers" :P... the term speakers - in my opinion- refers to normal desktop speakers^^... sorry for my know-it-all-attitude ^^...
Don't appologize. It has nothing to do with the exact words he used. sound(), delay() and nosound() are old Borland functions to operate the PC beeper. ;-)