Re: stack corruption
ifoundgoldbug@gmail.com wrote:
Apologies for not following proper posting etiquette.
compiler name, version number, operating system.
visual studio .net 2003 sp1 windows xp
Only matters if you seek a confirmation that it's a bug in that
compiler. We generally don't discuss compilers here.
libraries, exact compiler and linker options.
libs = math.h, iostream,
Those are not "libs". They are _headers_. Options don't matter.
compiler is visual studio 2003
linker options = visual studio defualt
exact messages received.
run time check failure #2 - Stack around the variable of 'cof' was
corrupted
That's not a message from the compiler. That's from your execution
environment. Please learn to debug your program.
also i am having trouble finding the error in my for statement that
Gianni Mariani mentioned. I have never worked down at the stack level
before so please forgive my slow pace at picking things up.
You don't need to "work down at the stack level" if you write correct
C++ code. Again, post your *code*, and we will try to help. If you
are confused about how and what to post, try looking at other people's
posts. See what they posted, what information they provided, and
follow any good example you'll find.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask