> > I am using > > #include <iostream> > > using namespace std; > > > I might reverse the order of those two, but I don't know if it matters. > I'm not a c++ person. >
No, he's got that right. Putting the "using" cart before the "#include"ed horse could conceivably cause problems. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/