Research portable Memory game | Исследовать портируемую игру Память
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef llm_HEADER
- #define llm_HEADER
-
- #include <string>
-
- bool llm_isDigit(const std::string &str);
- bool llm_startsWith(const std::string &str, const std::string &prefix);
- int llm_strToInt(const std::string &str);
-
- #endif // llm_HEADER
|