I'v created a group for C++ programmers .
Doesn't matter what's your level in C++ ,this group is for easier learning,for everyone.
Moreover ,I've just started Directx,1guy have started to work with opengl.
If you want to learn together,invite me (skype: mantasxxl3).
[I must mention,we are not talking just about it].
No,it's not.
As far as I know,it's impossible to play music without additional library with console.
Ofc you can use some beep sounds,but they are :/ ..
void SetColor(int ChooseColorNumber) //example SetColor(512) ,then //write anything you want and it will have diffirent color,but don't forget to //write StopColor() when you don't need it anymore
OK, you are using the Windows Console API, then. Rather than pure C++.
In that case, you could also use the Windows Multimedia (WinMM) API to play your background music, as you're already reliant on another bit of Windows. If your music is in a .wav file, then you can use: