Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Standard C++ classes

    C++ Gurus
    1
    1
    830
    Loading More Posts
    • 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.
    • C
      ceh2624 last edited by

      Hi gang,
      I'm new to QT but not new to C++. I'm using QT Creator 3.2.2 on Ubuntu 14 with GCC 4.7.

      I want to use functions I've already written and tested. I think my problem is that when I use:
      @#include <string> //and
      #include <vector>@

      QT seems to not recognise them. It does know about them, however as evidenced by hovering over the #include.

      So far I've learnt to compensate by using QString

      I would really like to use things like <chrono>, <ctime>, <cstdlib> and <cmath>. What step am I missing it Qt Creator?

      Cheers
      Charles

      Cheers,
      Charles

      1 Reply Last reply Reply Quote 0
      • First post
        Last post