Autocompletion doesn't work!!!
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
why does my Autocompletion don't work. I'm my Constructor it does work, but wenn i make a function it doesn't work anymore. the program compiles without errors
-
why does my Autocompletion don't work. I'm my Constructor it does work, but wenn i make a function it doesn't work anymore. the program compiles without errors
There are probably several reasons why it doesn't work consistently. I venture to say that most experienced C++ developers have accepted that it doesn't work all the time, and we simply don't rely on it. The most common cause for it not working is when there's a syntax error higher in the source code. Regards, Alvaro
There are no stupid questions, but there are a lot of inquisitive idiots. -- despair.com