$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Disabling Exception Handling
From: peter_foelsche_at_[hidden]
Date: 2009-04-14 15:14:25
> Yes, I found that true. I was constantly having to defend myself for
> using std::string instead of a statically sized char[]! I never
> considered myself good enough to do that correctly; problem is that
> he
> wasn't either but thought he was.
No human being is good enough to deal with strings and arrays in C.
Just have a look at the buffer-overflow mess we are currently in.