Types on LPCXpresso

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Types on LPCXpresso

279件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Divana on Wed Mar 07 05:35:18 MST 2012
I need use a 64-bit on LPC, but I can't.
Are the any restriction for use it?
Can I use bit-64?
Thanks.:o
0 件の賞賛
返信
2 返答(返信)

271件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Divana on Thu Mar 08 10:54:27 MST 2012
I found... I have been using an type long long... For a while, I don't have any problem... :)
0 件の賞賛
返信

271件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Wed Mar 07 05:55:01 MST 2012

Quote: Divana
Can I use bit-64?



uint64_t test1;
int64_t test2;
0 件の賞賛
返信