This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vector::operator[]


Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> writes:

[...]

| Thank's, indeed as noted by Jon, the user can achieve part of this (but
| quite painfully). I do know that this is not the proper mailing list,
| but it seems to me that debugging is more and more a painful experience
| with C++. 

Very much true.

[...]

| Really, I think gcc is a great C++ compiler, the problem nowadays is
| more with the debugging experience than with bugs in the compiler or in
| the library... Unfortunately, I do not know what to do to improve the
| situation...

Here is a very unhelpful advice:  Avoid writing codes so that you
don't find yourself in a situation of having to debug it; and tell
everybody else to do the same ;-)

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]