|
Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
|

Namespaces | |
| namespace | Backend_utilities |
Functions | |
| double | Backend_utilities::absolute (double x) |
| Абсолютное значения числа | |
| bool | Backend_utilities::c_in_s (char c, const string &s) |
| bool | Backend_utilities::is_double (const std::string &str) |
| void | Backend_utilities::replace (std::string &str, const std::string &from, const std::string &to) |
| Заменяет кусочек строки другим, модифицируя саму строку | |
| char | Backend_utilities::s_to_c (const string &s) |
| string | Backend_utilities::spaces_deleted (const string &s) |