Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.80/5 (5 votes)
See more:
I am going to develop my mobile application and i am new in it and i want
To knew which programming language is good is it Symbian C++ or QT ?
Tip..
You should know that i use Nokia N95 or in general mobiles with Symbian OS.
and my app.contains OCR(object character recognition) and TTS( Text To Speech).

thanks
Posted
Comments
markkuk 28-Sep-10 17:38pm    
By reposting the question you are just making it more certain that you won't get any useful answers.
Sandeep Mewara 29-Sep-10 8:44am    
Repost

See here[^] for good information about developing software for Nokia.
 
Share this answer
 
C++ is better, I think.

I am also trying different OCR SDKs in symbian platform. I found C++ and C are best choices for OCR application in mobile. You know most OCR engines are computing-intensive, so for ExperVision OCR, they use C/C++, for Abyy, they use C++, for Tesseract free OCR, they use C++ too.

C++ also give you highest efficiency and convenient when calling OCR SDK or other necessary image processing libraries. C++ also have good resources in other GUI and communication development library.

Anyway, I prefer C++.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900