Hello everyone!
I am trying to use Netbeans 6.7 (on a Mac) to create C++ applications. I started out with the standard "Hello World," just to test if everything was working correctly. First try std and could not be found. So I tried reinstalling the developer tools on my Mac OS X disk. After that Netbeans updated its c++ compiler info, but still cannot find std
or <iostream>
. Odder than this XCode seems to be working with C++ perfectly fine.
Any help fixing this would be greatly appreciated.