Microsoft C ++ 64位(__ int64)整数溢出

时间:2015-10-23 04:47:57

标签: c++ x86 overflow

我使用的是Microsoft C ++编译器(非托管),我认为npm WARN EPACKAGEJSON arduino@1.0.0 No description npm WARN EPACKAGEJSON arduino@1.0.0 No repository field. npm ERR! Linux 3.13.0-61-generic npm ERR! argv "node" "/usr/local/bin/npm" "install" "serialport" "--save" npm ERR! node v0.12.4 npm ERR! npm v3.3.8 npm ERR! path /home/ayushgp/learning/arduino/node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/bin/har-validator npm ERR! code ENOENT npm ERR! errno -2 npm ERR! enoent ENOENT, chmod '/home/ayushgp/learning/arduino/node_modules/serialport/node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/bin/har-validator' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent npm ERR! Please include the following file with any support request: npm ERR! /home/ayushgp/learning/arduino/npm-debug.log 是特定于MS的类型。我的目标平台是32位x86, 不是x64 。有没有办法在添加两个__int64类型后检测到溢出?

0 个答案:

没有答案