Results 1 to 6 of 6

Thread: Question

  1. #1
    Join Date
    May 2006
    Posts
    6
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Wink Question

    I was wondering can Qt do the same things as WinAPI? Like registry usage, gaming programming etc?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Question

    Quote Originally Posted by KyrinComa
    I was wondering can Qt do the same things as WinAPI? Like registry usage,
    Registry is only on windows, so there is no Qt class to access it directly, instead you can use QSettings.

    Quote Originally Posted by KyrinComa
    gaming programming etc?
    There are some games developed with Qt, but SDL or something similar would be more appropriate.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Question

    Qt uses WinAPI to achieve its functionality It doesn't make WinAPI obsolete, although it frees developers from the need of using it directly in most cases.

  4. #4
    Join Date
    May 2006
    Posts
    6
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Question

    Evry book I have read on programming Windows is nothing but C. Why isn't there anything for C++. I quit learning C for C++ and ugh.

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Question

    Quote Originally Posted by KyrinComa
    Evry book I have read on programming Windows is nothing but C.
    Because WinAPI uses C. You could read something on MFC, but beware that it's a deprecated technology.

    Quote Originally Posted by KyrinComa
    Why isn't there anything for C++. I quit learning C for C++ and ugh.
    Try these:
    http://cartan.cas.suffolk.edu/moin/OopDocbook
    http://www.phptr.com/title/0131240722
    http://mindview.net/Books/TICPP/ThinkingInCPP2e.html

    http://www.qtcentre.org/forum/showthread.php?t=29

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Question

    Quote Originally Posted by jacek
    You could read something on MFC, but beware that it's a deprecated technology.
    And it sucks too

Similar Threads

  1. Plugin implementation question
    By JPNaude in forum Qt Programming
    Replies: 12
    Last Post: 27th August 2008, 20:24
  2. SQL Question
    By ^NyAw^ in forum Qt Programming
    Replies: 5
    Last Post: 8th April 2008, 19:36
  3. Exceptions / setjmp/longjmp question
    By Aceman2000 in forum Qt Programming
    Replies: 3
    Last Post: 13th March 2008, 17:14
  4. Replies: 1
    Last Post: 15th March 2007, 20:45

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.