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
Ranked #72.8K
~4K People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Hai friends how to connect the Mysql in C please reply
#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; }
The End.
Azar Mohamed