cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
I finished to create Hello world and now
I finished to create Hello world and now i want to create some atleast app.so how can i start?
Dec 10, 2015 at 10:34am UTC
Justech
(1)
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
Dec 10, 2015 at 10:35am UTC
Dec 10, 2015 at 11:02am UTC
Moschops
(7244)
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.