Long long int on 32 bit machines

前端 未结 5 1019
野的像风
野的像风 2020-12-17 16:11

very simple question, I read that GCC supports long long int type. But how can make math operations with it, when CPU is 32 bit wide only?

5条回答
  •  自闭症患者
    2020-12-17 16:36

    Most likely as a class, not natively. same way any compiler can/could support any large number set.

提交回复
热议问题