answersLogoWhite

0

How to play song using c plus plus?

Updated: 8/17/2019
User Avatar

Wiki User

9y ago

Best Answer

For that you will need a C++ audio library specific to your platform. You will also need a suitable codec for the type of file you wish to play, such as MP3.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to play song using c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use c in c plus plus without using class and object?

Sure.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


How do you play the song of storms?

A Down-C Up-C A Down-C Up-C


What is the price of the book data structure using c and c plus plus by tanenbaum?

225 Rs. after discount........


How do you convert bmp image to jpg by using C or C Plus Plus?

With libbmp and libjpeg. STFW for details.


How do you play Rudolph the red nose reindeer?

Find C, the song is in C major.


How do you play the Elmo song on Trumpet?

B,b,b,c,b,c


C plus plus program using a stacks converting a postfix-infix?

Yes


How do you alternate the input numbers using for loop in c plus plus?

Input a variable.


What is the Logic to print the letters from A to Z without using printf in Turbo C plus plus?

#include<iostream> int main() { using namespace std; char c='A'; do { cout<<c; }while(c++<'Z'); cout<<endl; }


How can write the name in c plus plus language without using cout statement?

I believe, you can use C-function - printf().