On Sat, Nov 30, 2002 at 03:48:00PM -0800, Cy Schubert - CITS Open Systems Group wrote: > I've been working on getting the tripwire port to build on -CURRENT. > Through this process I've stumbled across an issue. Searching through > the mailing lists, I haven't found a solution to this. > > The following program builds and runs under 4.7-STABLE: > > #include <iostream> > > int main() > { > cout<<"Hello World\n"; > }
Should be: std::cout<<"Hello World\n"; Pick up a good C++ book like Stroustrup's C++ Programming Language ( http://www.research.att.com/~bs/3rd.html ), and learn about the std namespace. -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message