Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT C++ with C Library
Forum Updated to NodeBB v4.3 + New Features

QT C++ with C Library

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 543 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mekzumM Offline
    mekzumM Offline
    mekzum
    wrote on last edited by
    #1

    Hi Everyone,

    I'm using some C libraries that are unchangeable hardware libraries on QT Desktop project. It works, okay but I want to know the disadvantages of implementation C libraries especially in the long run.

    Thank you.

    raven-worxR 1 Reply Last reply
    0
    • mekzumM mekzum

      Hi Everyone,

      I'm using some C libraries that are unchangeable hardware libraries on QT Desktop project. It works, okay but I want to know the disadvantages of implementation C libraries especially in the long run.

      Thank you.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @mekzum said in QT C++ with C Library:

      okay but I want to know the disadvantages of implementation C libraries especially in the long run.

      why should there be any at all? Actually they do have some advantages ;) (like compiler independent linking)

      Since they are unchangeable you have to go with them anyway?
      Also note that still many libraries and drivers are still written in C, so C is still pretty alive and still will be many many years.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      mekzumM 1 Reply Last reply
      9
      • raven-worxR raven-worx

        @mekzum said in QT C++ with C Library:

        okay but I want to know the disadvantages of implementation C libraries especially in the long run.

        why should there be any at all? Actually they do have some advantages ;) (like compiler independent linking)

        Since they are unchangeable you have to go with them anyway?
        Also note that still many libraries and drivers are still written in C, so C is still pretty alive and still will be many many years.

        mekzumM Offline
        mekzumM Offline
        mekzum
        wrote on last edited by
        #3

        @raven-worx
        Yes, you are totally right. Viva C
        Actually, I asked C with Qt framework. But I got my answer.

        thank you...

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved