PDA

View Full Version : Programming for fun -and a profit) in c++ ?



jeorge_kabbi
28th January 2013, 14:54
i am a hobbyist programmer looking mainly for fun (some cash is not bad tbh) , i have programmed before in VB6 ,c# and some c++. i realize that c/c++ is used heavily in programming operating systems/games...etc.i really like the idea of low level /high performance programming that is why i like c++. the problem is that programming these stuff require massive number of programmers , not something i can do alone.

being a QT or not , what interesting and useful stuff a lonely c/c++ programmer can do ?

wysota
28th January 2013, 19:27
(Mobile) game development is something that comes to my mind. You can also join some Open Source project and collaborate with others.

jeorge_kabbi
28th January 2013, 20:05
thank you. on what platform i can develop mobile games using c++ ?

wysota
28th January 2013, 21:47
You can develop on any desktop platform supported by Qt. I guess it is easiest to develop using Linux as most mobile platforms are unix-like but you can develop using Windows as well. You should be able to deploy to Symbian, Maemo, Meego and Android from there too.