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. deferencing pointer/object and code completion (Qt creator 3.4.1)
Forum Update on Monday, May 27th 2025

deferencing pointer/object and code completion (Qt creator 3.4.1)

Scheduled Pinned Locked Moved Qt Creator and other tools
code completiondeferencing a p
1 Posts 1 Posters 421 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.
  • L Offline
    L Offline
    Longin Kandinsky
    wrote on 3 Sept 2015, 11:19 last edited by Longin Kandinsky 9 Mar 2015, 11:23
    #1

    Hello,
    I will start with example:
    map<string, vector<int> > references;
    map<string, vector<int> >::const_iterator iter = references.begin();
    vector<int>::const_iterator vec_iter = iter->second.begin();
    //_____________________________________________ ^ at this point I expect pop-up with suggestions but nothing happens (CTRL + SPACE does nothing)
    Should it work or it isn't implemented?

    1 Reply Last reply
    0

    1/1

    3 Sept 2015, 11:19

    • Login

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