noseo
Regular Member
- Aug 14, 2013
- 258
- 122
It will be used on windows and will make use of the internet. Like google keyword tool etc..it would scrape..
Woah... Securing? I did not know one has to even deal with stuff like that.
I do plan on selling it one day. For the sake of securing my idea, I dwill not tell anything that might reveal it.
I recommend using one of the scripting languages that are useful online such as PHP or Python. If you insist on making a desktop application, then use some library software to build a C++ or C# wrapper around your script that can interpret the script and provide an interface to the user.
The reasons for this:
(1) Theoretically you should be able to develop faster in the scripting language than in C++ / C# (especially when it comes to parsing webpages).
(2) There may be better libraries in the scripting languages for the web processing stuff.
(3) If you ever want to port your desktop application to be a web application, it would be easier. This is also a feature to entice your potential customer.
(4) Anything you specifically identify as a bottleneck operation could be coded in C++ / C# anyway.