Fork me on GitHub

2012年5月1日

摘要: question:Why not to have a Int8 and UInt8 types instead of Byte and SByte in .Net frameworkYou mean SByte and Byte. Int8 would be signed SByte, UInt8 would be unsignedByte.This also highlights the problem: some languages (notably VB.NET) have nosupport for unsigned integers (they're not CLS-comp 阅读全文
posted @ 2012-05-01 18:28 pengyingh 阅读(348) 评论(0) 推荐(0)

导航