Forum: IT Professionals' Lounge Aug 18th, 2008 |
| Replies: 12 Views: 2,086 marco93, I'm reading Programming Windows by Charles Petzold, and I know about MSDN, it doesn't show every cool thing that can be done with C++. If it did, I would be completely amazed. Also, HOW IS... |
Forum: IT Professionals' Lounge Aug 17th, 2008 |
| Replies: 12 Views: 2,086 Hi, I was wondering if anyone knew any code snippets that do something cool like:
Open the CD tray:
mciSendString("open CDAudio", NULL, 0, NULL);
cout << "Opening CD-ROM door ..." << endl;... |