views:

117

answers:

2

I want to write a C application that runs on Symbian mobile OS. I don't know where to start. Is there any library files available or any SDK or IDE available for it?

+2  A: 

http://wiki.forum.nokia.com/index.php/How_do_I_start_programming_for_Symbian_OS%3F

Architecture:

Developer community tutorial link.

Praveen S
@Praveen: Thanks praveen.
brainless
+2  A: 

Hello,

Just like to elaborate on the previous post. Symbian supports POSIX libraries via Open C. Mobile apps almost always have a UI. Depending on your objective, you might check out Qt on Symbian too.

-hth John

John
How does Qt help with writing an application in C?
Gareth Stockwell
When we write a program, we want to solve a problem. The original question does explicit say in C. I am simply suggesting a UI is a natural next step. C and C++ work well together. Allow the original author to access/reuse the C APIs and leverage Qt's UI and application framework.
John