Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: edison on August 01, 2014, 09:05:00 pm

Title: The member functions of containers in C++ does not show up with CC enabled.
Post by: edison on August 01, 2014, 09:05:00 pm
    string str3("abcd");
    str3.fin <- the "find()" show list up when typed ".fnd", but it does not work in CB 13.12 and the last rev9844.

MSVS is ok in this case.
Title: Re: The member functions of containers in C++ does not show up with CC enabled.
Post by: Vuki on August 01, 2014, 10:31:52 pm
What does it show when you type "str3.fin" instead of "str.fin" as in the screenshot?  ;D
Title: Re: The member functions of containers in C++ does not show up with CC enabled.
Post by: edison on August 02, 2014, 04:28:04 am
sorry, i have updated the screenhot which still not thing changed.