bounds-checker Questions
6
Solved
I'm using Visual Studio 2008.
I'm aware that std::vector has bounds checking with the at() function and has undefined behaviour if you try to access something using the operator [] incorrectly (ou...
Turgite asked 17/8, 2009 at 20:57
1
Solved
I'm looking for some clarification of the bounds checking rules in Julia. Is this meaning that if I put @inbounds at the beginning of the for loop,
@inbounds for ... end
then only for "one la...
Snaggy asked 11/8, 2016 at 16:5
6
Solved
In Delphi 2009, my program now produces a "List index out of bounds" error. It generates a popup box:
(source: beholdgenealogy.com)
I'm using the "Debug" Build Configuration that has all the Ru...
Solo asked 28/7, 2009 at 2:9
10
For many years I have used two great tools BoundsChecker & Purify, but the developers of these applications have let me down, they no longer put effort into maintaining them or developing...
Hetaerism asked 8/9, 2008 at 12:50
2
Solved
How do I enable bound checking for operator[] and iterators?
Magnitogorsk asked 8/4, 2011 at 11:55
5
Solved
I'm currently looking for a good memory / leak detection tool for Windows. A few years ago, I used Numega's Boundschecker, which was VERY good. Right now it seems to have been
sold to Compuware, wh...
Mader asked 5/6, 2009 at 17:55
8
Solved
Few hours back I was fiddling with a Memory Leak issue and it turned out that I really got some basic stuff about virtual destructors wrong! Let me put explain my class design.
class Base
{
virtu...
Kettering asked 27/4, 2010 at 15:28
1
© 2022 - 2024 — McMap. All rights reserved.