Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Azar Mohamed
Member Avatar for banders7

#include <iostream> #include <windows.h> #include <mmsystem.h> using namespace std; int main() { mciSendString("open CDAudio", NULL, 0, NULL); mciSendString("set CDAudio door open", NULL, 0, NULL); return 0; }

Member Avatar for Azar Mohamed
-3
4K

The End.