PDA

View Full Version : Netbeans IDE comments all underlines as errors



cbob
April 12th, 2011, 02:35 PM
Hello,
I'm programming using Netbeans(6.9) IDE in C++ and every function/marco that has an underline(_) in it is marked, by netbeans, as an error. With the tooltip: "Unable to resolve identifier [NAME]" - [NAME] being the function..
For example:

pthread_attr_destroy(&attr);Would be marked as an error..
Anyone knows how to disable this?

regards,
cbob

hakermania
April 12th, 2011, 09:38 PM
I don't know anything about NetBeans but I do about QtCreator, an excellent compiler for C++!

stchman
April 12th, 2011, 11:45 PM
I don't know anything about NetBeans but I do about QtCreator, an excellent compiler for C++!

QT Creator is an IDE not a compiler. QT Creator uses gcc and g++ as the compiler same as Netbeans on Ubuntu.