How can i make .exe programs with c++

May 30, 2012 at 1:19pm
I Just want to make a program that is similar to microsoft encater and my own media player. Is it possible to do it with c++? aPART FROM C++, Which programs should i use to make them more attractive and friendly to the user?

If there is a way of doing it, can you please assist me? Anyway, I am new in c++ and im trying to get it to work for me.
May 30, 2012 at 6:56pm
You may do thing step by step, take shorter step so that later you are not tired and got bored!

1- Learn the basic of C++
2- Learn OPP in C++
3- Learn some GUI library
4- Find online some example of what you are planning to do
5- Learn the basic of media steaming
6- realize your plan/dream
May 31, 2012 at 2:31am
To make the *.exe file you just compile the program using Visual Studio or another compiler, but the actual program, and GUI be done with C++.
Topic archived. No new replies allowed.