+ 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
1 Resposta
+ 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.