Original message from Toni Mueller [EMAIL PROTECTED]:
> ...
> Now, what's the recommended books for C++ these days?
_The C++ Programming Language_ by Bjarne Stroustrup.
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!).
>
>
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
3 matches
Mail list logo