web vs desktop? (php vs c++?)
Posted
by
Dhaivat Pandya
on Programmers
See other posts from Programmers
or by Dhaivat Pandya
Published on 2011-03-18T01:53:14Z
Indexed on
2011/03/18
8:17 UTC
Read the original article
Hit count: 360
I need to write a simple file transfer mechanism (that isn't ftp). Firstly, it must have a GUI. Secondly, it must not be dropbox. Third, it may not use any paid libraries, and hopefully, it uses open source components. The question that came to my mind is, where is everyone moving, from desktop to web, or from web to desktop? Would it be more useful to be experienced in say, C++ than in PHP (or vice versa)?
© Programmers or respective owner