I finished to create Hello world and now i want to create some atleast app.so how can i start?

I want to make some music app.but how can i do it ??

1
2
3
4
5
6
  #include <iostream>
using namespace std;
int main ()
{
cout <<"Hello world";
}
Last edited on
Decide what the program is meant to do with this "music" of which you speak.
Decide on your target hardware and OS.
Get appropriate libraries.
Learn to use the libraries.
Write code.
Topic archived. No new replies allowed.