Beginners - June 2020 (Page 12)

by Tomi
How can I play a sound in C++?
 
It seems to be easy, but something is wrong with it... :-( As I know, the PlaySound() function is part of windows.h, so not needed any other file, e.g. mmsyste...
[18 replies] Last: Hello Furry Guy! I have download and tried the SpaceOut4 game: very i... (by Tomi)
arrays
 
Write a program to perform an analysis of the rolling of two dice. Your program should use rand()%6 + 1 to roll the first dice and again to roll the second di...
[8 replies] Last: #include <iostream> #include <ctime> #include <cstdlib> using namespa... (by lastchance)
June 2020 Pages: 1... 101112
  Archived months: [may2020] [jul2020]

This is an archived page. To post a new message, go to the current page.