We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
atoi cannot support unsigned int in windows
atoi cannot support unsigned int in windows
Bug #4042 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8340
Status: | Closed | |
---|---|---|
Start date: | 2014-02-15 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | - | |
Target version: | - |
atoi can parse the C-string content as an unsigned int in linux, but cannot support unsigned int in windows.
file: CCString.cpp
function: unsigned int String::uintValue() const