Re: [Dev-C++] Code Completion and cache
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Colin L. <ha...@bl...> - 2003-11-26 23:58:39
|
Hello, > In 4.9.8.4 the include directory has a c++ subdirectory which was scanned > and included in the cache, but even including a file like iostream does not > enable code completion but I'm not sure how this is supposed to work > considering there are two files, one named iostream.h and one without the > extension in two different directories. They even seem to be different > files. I can't tell whether the one listed in c++\backward is actually > included because the window doesn't scroll horizontally. > In 4.9.8.5 the include directory has a g++-3 subdirectory. By default this > wasn't scanned and had to be manually added to the cache. Is this normal? 4.9.8.4 and 4.9.8.5 versions are just updates, they do not change your compiler tree nor contains new include files. Or maybe i didn't get your problem. If you use the Mingw compiler distributed with version 4.9.8.0 then you g++ include file path is include/c++. Greetings, Colin |