3H ITek Studio
免責聲明
Disclaimer
(免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.
2010年5月11日 星期二
operator precedence / priority in C#
byte[] buf= new byte{0x1A, 0x03};
...
int len = buf[0] + (buf[1] << 8);
int len = buf[0] + buf[1] << 8;
* the above two statements give different values to len
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
Haxe Links
nme lib for haxe
haxe library files archive
haxe news
haxe changes.txt
haxelang group on google
haxe google+
compiler flags
Useful Resources
Font Embedding
HaxeLeaning wiki
=== Blogs ===
Nicolas Blog
Saumya Ray Blog
=== mailing list ===
GMANE haxe
=== UI lib ===
aswing
gui
haxegui
...
...
沒有留言:
張貼留言