switch Deyimi integer constant Bekler
Açıklaması şöyle
Implementation'a bağlı koddur. eax derleyici tarafından bir integer değere çevrilir. Açıklaması şöyle
Şöyle yaparız.
Açıklaması şöyle
integer constant Olmadan KullanımThe expression of each case label shall be an integer constant expression...
Implementation'a bağlı koddur. eax derleyici tarafından bir integer değere çevrilir. Açıklaması şöyle
6.4.4.4p10: "The value of an integer character constant containing more than one character (e.g., 'ab'), or containing a character or escape sequence that does not map to a single-byte execution character, is implementation-defined."
switch (reg){
case 'eax':
/* and so on*/
}
Hiç yorum yok:
Yorum Gönder