Research portable Memory game | Исследовать портируемую игру Память
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- #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
|