[問題] 後序運算
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Devc
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
請問這幾行在判斷甚麼
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
default:
if(top < sizeof(stack) / sizeof(float))
{
temp[0] = postfix[i];
top++;
stack[top] = atof(temp);
}
break;
補充說明(Supplement):
http://tinyurl.com/2vta56g
evalPf裡面的
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.46.150.136
→
01/10 17:46, , 1F
01/10 17:46, 1F
→
01/10 17:46, , 2F
01/10 17:46, 2F
→
11/04 18:12, , 3F
11/04 18:12, 3F
討論串 (同標題文章)
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章