20091125 NetBeans’ “Unable to resolve identifier std” error
Tried to use some C++ STL includes to no avail. But it was odd, NetBeans was underlining my include’s with a red groovy line, and still managed to compile successfully (obvious, because gcc is the compiler, not NB). So this: #include <string> and std::string m_strTest; were both underlined, and a “Unable to resolve identifier std” [...]