I'm now thinking of attempting to use a Boolean test of all three equations that may blow up. If any one fails using the comparison you suggest, I'll call a function that halves the time...
I'm attempting to use a "try-catch" construct to try to compute a value and assign it to a variable, intending to "catch" any result that exceeds the defined magnitude limits of the variable. If I'm...
The "explosion" somehow forces the logic of the software to drop out of the function performing the computation. The variable "blows up" in a function loop, and I need to identify how to detect a...
I substantially have my little program written, and it is generating a data file. I have to question the choice of variable types, because the value that is being tracked doesn't seem to change,...
I searched MSN forums. Found "watch" variable thread. Set breakpoint, and after building code, waited until breakpoint was hit, then set the watch variable. Problem proved to be due to the...
I was trying to use the VB concept for "For Count = 1 to N" re-syntaxed as for (count = N; count =1; count --), to produce the same result but in reverse in terms of the values of "Count".
1. Thanks, I'll take a look, but if anyone has already done that and knows of a particularly insightful e-tome that I can download on C/C++ (or VC++), I'd certainly appreciate the name and link.
...
If anyone knows of a particularly good (free) downloadable e-book (in pdf, or e-book format) that I might download on programming in C++ that is compatible with VC++ and offers fundamental guidance...
Oh great 2kaud! You seem to have failed to quote from the very post of mine that contains the changes that made me anticipate the outcome that I referenced, although you did read the portion in...
Thanks for actually going so far as to run this code through your compiler. (I don't understand how your middle term would work to pass meaningful data to the function. It looks like a memory...
Thank you, 2kaud. I believe that if you'll check the content that is relevant to what I'm asking, there is no specific reference to the "managed code" generated by VC++. I'm seeking to debug a...
No, I'm not trying to learn C or C++ from scratch, but I've never tried to create a vector of structures before, and haven't written anything in C or C++ for years. Passing a vector of structure to...
Would you please give me the information I need to use these "code tags"? I'm not used to employing them. I'm using Chrome as a browser, if that has any effect. Thank you.