CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    Virginia, US
    Posts
    158

    Visual C++ versus QT

    I've been programming in visual C++ for years. I use MFC and ATL to create analysis and data management tools for my business. I use OpenGL and STL heavily in my code. I recently downloaded and started evaluating QT and it looks really impressive and appears to have everything I need. However, the web lacks up to date tutorials and resources for learning.

    What are some of the benefits and limitations of QT over Visual C++. Is it a good platform to develop GUI for C++ applications? Are there other/better alternatives?

    Also, to the Moderators, why doesn't CodeGuru.com forum have a separate forum for QT and other development platforms? I appears the C++ (Non-Visual C++) Forum is for pure C++ questions which I respect and like. But it seems a Forum dedicated to other Development platforms is needed.

    Any input is appreciated and if this post is in the wrong forum, I apologize.

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Visual C++ versus QT

    What are some of the benefits and limitations of QT over Visual C++.
    Benefits : cross-platform. Limitations : certain hardware support.

    I write in both, and I prefer QT over VS. It's more clean and better structured and the QtCreator is quite a good editor (VS seems bloated compared to QtCreator).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured