Code blocks no autocompletion for string class | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Code blocks no autocompletion for string class

Hello every one I have a problem with code blocks IDE when I create a string object and use the dot operator it doesn't give me the methods list any solutions please? Thanks for advance. NOTE: the code is compiled successfully ,I use c++14 mingw w64 compiler v8.1.0

25th Oct 2018, 7:43 PM
Coder++
Coder++ - avatar
1 Answer
+ 1
Err, stop using an IDE and use an online/offline reference. Based on your compiler, I guess you're on Winblows. Try Notepad++, I hear good things. It's a super editor. Finally, you should be using C++17 for the latest stable features. May wanna update that compiler.
25th Oct 2018, 11:48 PM
non