Types on LPCXpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Types on LPCXpresso

1,018 次查看
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 回复数

1,010 次查看
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 项奖励
回复

1,010 次查看
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 项奖励
回复