Hey guys, for a C++ class I'm taking we work on C++ projects where there are usually 5+ files involved, and I've used Eclipse a lot with Java to help keep projects organized. One thing I really liked when using Eclipse w/ Java was it automatically "compiled" your code and determined where there were errors. (Any of you who have used it know what I mean.)
I downloaded the C++ Dev tools for Eclipse, and I have the C++ perspective and can create C++ projects, but it doesn't do this automatic "error checking" that the Java version does. Is there a preference I need to turn on, or is this feature not yet available for C++ development? Thanks!
Edit: Here's a picture of what I'm trying to get to work:
I downloaded the C++ Dev tools for Eclipse, and I have the C++ perspective and can create C++ projects, but it doesn't do this automatic "error checking" that the Java version does. Is there a preference I need to turn on, or is this feature not yet available for C++ development? Thanks!
Edit: Here's a picture of what I'm trying to get to work: