Waitrud Weber’s blog

things and reminders for memories

sounds: windows-make: sounds program, which is primitive.

In C++, we could preare the sounds program sample well.

The below link is very helpful.

Thank you very much of it.

main.cpp  Tue Apr 06 10:44:16 2021

  1 :#include "sounds-011.h"
  2 :// Very Thanks to https://stackoverflow.com/questions/19894384/simple-sounds-in-c?newreg=f9687df41b574a8f8f34db83b5c4a16a
  3 :// > mingw32-g++.exe main.o .\sounds-011.o -o winmain_011.exe
  4 :int main() {
  5 :
  6 :	SoundEffect* sound_011 = new SoundEffect ();
  7 :
  8 :	return 0;
  9 :}
 10 :

http://Very Thanks to https://stackoverflow.com/questions/19894384/simple-sounds-in-c?newreg=f9687df41b574a8f8f34db83b5c4a16a