Hi
Borland c++6.0, all code optimization off. In the fault case - see code - debugger bypasses the entire loop including the trailing i=0 statemenet. What's wrong?
tY
void __fastcall TForm1::Button1Click(TObject *Sender)
{
int i=0;
while(1)
{
// i++; //...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.