Re: C++ problem in current snapshot (2006-05-22) [SOLVED]

2006-05-26 Thread jjhartley
Original message from Toni Mueller [EMAIL PROTECTED]: > ... > Now, what's the recommended books for C++ these days? _The C++ Programming Language_ by Bjarne Stroustrup.

Re: C++ problem in current snapshot (2006-05-22) [SOLVED]

2006-05-26 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > * Wikipedia yielded the correct solution to also add > > #include // for std::cout and std::endl > > which can then be used by writing either std::cout, or > instead having > a namespace declaration in front (that came after my time, thanks, > Steffen!). > >

Re: C++ problem in current snapshot (2006-05-22) [SOLVED]

2006-05-26 Thread Toni Mueller
Hello all, On Thu, 25.05.2006 at 19:23:20 +, Steffen Wendzel <[EMAIL PROTECTED]> wrote: > #include > using namepsace std; I'd like to resolve the question and report my findings: * Deleting everything under /usr/include and then reextracting comp39.tgz was the first step that made the pro