Results 1 to 2 of 2

Thread: Paraliztion of qt and c++ code...

  1. #1
    Join Date
    Nov 2014
    Posts
    3
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Question Paraliztion of qt and c++ code...

    hi...
    i have a source code in c++ and qt...but i have to parallise that code using cuda...so for that i have to convert that source code totally in to c or c++ because using qt it is not possible to parallise that code...so anyone can help me for conversion of qt code in to c or c++...

  2. #2
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Paraliztion of qt and c++ code...

    Qt is a library written in C++ programming language so you do not need to convert anything to C++. Without any more detailed description and without seeing your code it is hard to tell if there is anything that can be computed on multiple threads and what is needed to do so.
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

Similar Threads

  1. C++ code need help
    By alexrat1996 in forum Newbie
    Replies: 3
    Last Post: 15th February 2013, 10:58
  2. Replies: 7
    Last Post: 6th September 2012, 08:07
  3. how to use C code in qt?
    By shakthi in forum Qt Programming
    Replies: 5
    Last Post: 24th July 2011, 18:46
  4. Pasting code from code tag in emacs
    By Gopala Krishna in forum General Discussion
    Replies: 0
    Last Post: 16th February 2007, 06:47
  5. Need help with C++ code!
    By therealjag in forum Qt Programming
    Replies: 4
    Last Post: 20th March 2006, 22:37

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.