User forums > Help
CB doesn't show member functions
(1/1)
timertick_t:
Hi guys,
I have a freshly installed CB IDE 17.12 for C++ with mingw. When I'm doing this
--- Code: --- 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.
--- End code ---
I don't see the pull-down menu right next to the cursor to select a method from. Any idea how to solve?
Navigation
[0] Message Index
Go to full version