How can I get a version of language C/C++(downloaded??) where the functions sound, nosound, delay are present in the library DOS.H? For example it doesn\'t exist in the ver
In Windows programs you may use win32 functions:
delay()
sound()
nosound()