i am just learning C++ again after about 5 years of not learning it so i decided to use Visual C++ but learning is a bit hard at the moment, understanding everything and llearning to use everything
anyway i need help or need to know why this code won't work in a consol app also mmsystem.h gives me a error when compliling an consol app
Also is visual C++ 2008 a good idea ?
#include <mmsystem.h>
int main()
{
mciSendString("Set cdaudio door open", 0, 0, 0);
mciSendString("Set cdaudio door close",0,0,0);
return 0;
}
Thank you for your help