Research portable Memory game | Исследовать портируемую игру Память
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #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
|