.exe beeb töne zuweisen?

08/25/2012 09:00 xXApokalypseXx#1
Erledigt Danke.
MfG

xXApokalypseXx
08/25/2012 10:49 masterof84#2
c++
Quote:
#include <iostream>

using namespace std;

int void main()
{
cout << "\a";
}
08/28/2012 17:44 Kosic#3
C++

PHP Code:
#include <iostream>
#include <Windows.h>

using namespace std;
         
int main()
{
      
Beep(mHzMillisekunden);
               
      return 
0;

08/28/2012 18:59 Tyrar#4
Quote:
Originally Posted by Kosic View Post
C++

PHP Code:
#include <iostream>
#include <Windows.h>

using namespace std;
         
int main()
{
      
Beep(mHzSekunden);
               
      return 
0;

millisekunden bitte!
08/28/2012 23:04 qkuh#5
Quote:
Originally Posted by HeavyHacker View Post
millisekunden bitte!
Und Hz, oder nicht ?