To be more exact, when I press "." after some object, type I declare a vector:
vector<int>Random;
So far so good, so when I start typing:
Random.push_back();
Dev c ++ does not help me complete, I know it sounds paranoid, but is it related to the fact that I installed GCC in Dev C ++ on my own? Sometimes it happens when I call a function and the compiler does not show the arguments that go in the function, who uses dev c ++ knows what I'm talking about.