#include <windows.h>

#define DO 262
#define RE    294
#define MI    330
#define PA    349   
#define SOL    392
#define RA    440
#define SI    449
#define _DO    524

Beep( dwFreq, dwDuration );

디파인되어있는 부분도 배열로 넣어둔 다음 열거형식으로 사용하면 편할듯 !!

'OpenSTUDY > C & C++' 카테고리의 다른 글

Sort  (0) 2011.11.14
progma  (0) 2011.11.10
console color  (0) 2011.11.09
Bound Circle API  (0) 2011.11.05
char* getenv(const char *)  (0) 2011.11.02

+ Recent posts