Im interested in using one of the two named APIs for building my own hobby-project trading system. My question is, i would prefer to build this in Java, C++ or C#. Is this possible considering the type of APIs yahoo and google offer? I had the impression i'd have to write a web page or something.

link|improve this question
Do you mean that you want to create a desktop application and not a web application? – DOK Jun 4 '11 at 13:53
What kind of APIs are they? – Richard Jun 4 '11 at 13:59
feedback

1 Answer

From the point of view of the API provider, there is no difference between a web site and a desktop application. So, yeah, it's possible, you don't have to have a website.

On the other hand, your question seems to indicate that you can't build a website using the languages you mention, which is simply not true. You could use ASP.NET or JSP to create a website using C# or Java if you wanted.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.