int type overflow #66

Merged
merged 5 commits into from Jun 20, 2017

Conversation

Projects
None yet
2 participants
Contributor

wandai330 commented Jun 20, 2017

No description provided.

wandai330 added some commits Jun 15, 2017

@wandai330 wandai330 Fix int type overflow
Minimal changes made to fix a couple of total numbers as uint64_t to hold numbers larger than 2 billion
28e3c8f
@wandai330 wandai330 Merge pull request #1 from wandai330/integer_overflow
Fix int type overflow
dac8de5
@wandai330 wandai330 Some int type variable overflow
The maximal number of int type is 2,147,483,648. But now some number could be 5 billion or bigger.
Changed those variables to type uint64_t
dabfc9c
@wandai330 wandai330 Merge pull request #2 from wandai330/int-type-overflow
Some int type variable overflow
14d6c8d
@wandai330 wandai330 Rollback makefile
no c++0x flag
12ce104

@ExpressionAnalysis ExpressionAnalysis merged commit bd148d4 into ExpressionAnalysis:master Jun 20, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment