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ů.

11 řádky
236B

  1. #ifndef llm_HEADER
  2. #define llm_HEADER
  3. #include <string>
  4. bool llm_isDigit(const std::string &str);
  5. bool llm_startsWith(const std::string &str, const std::string &prefix);
  6. int llm_strToInt(const std::string &str);
  7. #endif // llm_HEADER