/
thomas-king
/
IntegerParser
Обзор
Документация
Войти
/
thomas-king
/
IntegerParser
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
include/Base.h
22 строки
260 B
AceRodstin
Refactor parser.
02 янв 2023, 17:39
02 янв 2023, 17:39
e53dbcf
Код
Авторство
О чём код?
// // Base.h // IntegerParser // // Created by Ace Rodstin on 2 Jan 2023. // #ifndef BASE_HEADER_FILE #define BASE_HEADER_FILE namespace Integer { enum class Base { decimal, hexadecimal, octal, binary }; } #endif