[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PC speaker & programing



On Wed, 12 Jan 2000, Thorax Embalmer wrote:

> From: Thorax Embalmer <thorax@telenet.ru>
> Subject: PC speaker & programing
> X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091
> 
> Hello all,
>   
>          Вопрос наверное не потеме ?
>          вообшем как мне на С сделать так чтобы играть звуки на спикер?

#include <stdio.h>
int main(int argc,char **argv) { 
    printf("\a");
    return 0;
}

Все остальное - непортабельно. 
--------------------------------------------------
Victor Wagner			vitus@ice.ru
Programmer			Office:7-(095)-203-50-60
Institute for Commerce 		Home: 7-(095)-135-46-61
Engineering                     http://www.ice.ru/~vitus


Reply to: