First: Excuse my English, it is not my native language.
Hello everyone, I'm learning C ++ and enjoying it a lot.
But I'm having a problem with the autocomplete IDE CODEBLOCKS 17.12 on Windows 7 32bits. CB autocomplete only a few methods, not all.
Example, LIST object, the complete IDE: INSERT (), DELETE (), MERGE (). But it does not present and does not automatically fill in these other methods: PUSH_BACK, PUSH_FRONT, SIZE (), POP () etc.
How can I see all the methods? For a C ++ student it is essential to be aware of all the methods.
Thank you.
Can you post the exact code which causes the problem?
Keep in mind that if you're using marcos a lot or your using some advanced template meta programming the chances are that the C++ parser would get confused about these.
oBFusCATed,Thanks for listening
I reinstalled the CB autocomplete. Now it seems to be working correctly. Curious !!!