Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator 2.6.1 C++ code, I cannot see the elements of valarray while debugging.
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 2.6.1 C++ code, I cannot see the elements of valarray while debugging.

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 964 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.
  • V Offline
    V Offline
    vincegata
    wrote on last edited by
    #1

    Hello,

    When debugging I cannot see the elements of valarray. On the other hand, I can see the elements of a C-style array, C++ array or vector.

    Does someone have the same problem, you know how to fix?

    Thank you.

    P.S. C++ non-Qt project on Linux.

    R 1 Reply Last reply
    0
    • V vincegata

      Hello,

      When debugging I cannot see the elements of valarray. On the other hand, I can see the elements of a C-style array, C++ array or vector.

      Does someone have the same problem, you know how to fix?

      Thank you.

      P.S. C++ non-Qt project on Linux.

      R Offline
      R Offline
      Rashid
      wrote on last edited by
      #2

      @vincegata
      #include<valarray>
      std::valarray <double> ArrDb;

      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