Posts by LSM • 201 points
1 post
-
10
votes1
answer3215
viewsQ: Perform music in the program in C
I need to run a song while running a program in C. In Windows we can do so - if the file is in the same program directory: #include<stdio.h> #include<stdlib.h> int main (){ system("start…