I have tried Beep() and MessageBeep() which compile fine, execute with no error but there is no sound. Are there better sound/tone generating fns avail for SDK? Ross
why don't you try using
cout<<"\a";
?
Already tried it, but thanks for the thought. Ross