Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User Seikeau's Avatar
    Join Date
    Apr 2009
    Posts
    23
    Hey Guys,

    I am a J2ME developer trying to learn Qt for Symbian. I am kinda lost of where to start though, I installed the Nokia Qt SDK and fiddled around with it for a bit (creating a simple Hello World etc.), but I think I miss the basic c++ skills.

    Could you guys give me some tips and links to relevant tutorials, I'm having a really hard time on finding a good starting point.

    Thanks in advance!

  2. #2
    Nokia Developer Champion danhicksbyron's Avatar
    Join Date
    Nov 2009
    Location
    Minnesota, USA
    Posts
    3,209
    Well, you're lucky in that Java and Qt are very much similar. But unlucky in that the differences can bite you.

    You should get a book on basic C++ programming and work through that for awhile. You need to learn a little bit about heap management, about the various ways of passing values, about the various ways of doing assignment (and the various forms of constructors and assignment operators that enable those various ways).

    With Qt you mostly don't have to worry about heap management, but you do a little, just to be sure that everything that you "new" has a parent, and that the parent eventually gets deleted.

  3. #3
    Nokia Developer Champion rahulvala's Avatar
    Join Date
    Oct 2008
    Location
    INDIA
    Posts
    2,298
    Quote Originally Posted by Seikeau View Post
    Hey Guys,

    I am a J2ME developer trying to learn Qt for Symbian. I am kinda lost of where to start though, I installed the Nokia Qt SDK and fiddled around with it for a bit (creating a simple Hello World etc.), but I think I miss the basic c++ skills.

    Could you guys give me some tips and links to relevant tutorials, I'm having a really hard time on finding a good starting point.

    Thanks in advance!
    Hi,

    Qt is similar to C++, In C++ user has to define and construct class of his own choice, while in Qt developer has to use the class from the Qt class library.

    If you are familiar with JavaScript then you should start work in QML, because it is very much similar to the JavaScript.

    Best regards,

Similar Threads

  1. Qt Learning source
    By chintandave_er in forum Qt
    Replies: 2
    Last Post: 2010-10-14, 13:58
  2. Replies: 12
    Last Post: 2006-09-13, 23:27
  3. Symbian vs Java Developer
    By koayst in forum Symbian C++
    Replies: 0
    Last Post: 2003-04-13, 01:58

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved