I recently started learning C ++ using Code :: Blocks. When I first started using it, autocomplete worked fine, but now it's not for some reason. What I mean by autocomplete is:
#include <iostream> using namespace std; int main(){ int test; }
If I typed "te" (without the quotes), I would not get a field that has my variable name in it. Any help would be appreciated.
source share