News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

CB doesn't show member functions

Started by timertick_t, February 01, 2019, 04:10:18 PM

Previous topic - Next topic

timertick_t

Hi guys,
I have a freshly installed CB IDE 17.12 for C++ with mingw. When I'm doing this

    string phrase = "0123456789";

    cout << phrase << endl;
    cout << phrase. // with the dot now the methods of the class 'string' for the object 'phrase',
    // e.g. phrase.find() should be visible. But they are not.


I don't see the pull-down menu right next to the cursor to select a method from. Any idea how to solve?