Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt in Education
  4. Qt
QtWS25 Last Chance

Qt

Scheduled Pinned Locked Moved Qt in Education
2 Posts 2 Posters 1.6k Views
  • 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.
  • S Offline
    S Offline
    sarahjohn
    wrote on last edited by
    #1

    Hi
    Myself a newbie in Qt.I have a code which is defined in a namespace called criket.now i am trying to develop an application which uses a function in criket.How can i call the function in Qt.do i need to write something in .pro file regarding this namespace?How the application get known about this specific namespace criket???

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      I would recommend that you get some good book about c++. This is a basic c++ question that's not related to Qt

      @
      #include "myheaderwithnamespace.h"

      // somewhere in your code
      bool result = cricket::mycricketfunction(inputvariable);
      @

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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