這是一個簡單的無窮迴圈
有人可以教我gdb debug 檢查的步驟嗎
謝謝
#include<stdio.h>
main()
{
int x,y;
for(x=0;x<10;x++)
{
y=y+x;
if(y>10)
x--;
}
}
收錄日期: 2021-04-30 12:54:18
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20131130000016KK00878