Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
Loading...
Searching...
No Matches
utilities.h File Reference
#include <stack>
#include <string>
#include <vector>
Include dependency graph for utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Backend_utilities
 

Functions

double Backend_utilities::absolute (double x)
 Абсолютное значения числа
 
bool Backend_utilities::c_in_s (char c, const string &s)
 
template<typename T >
bool Backend_utilities::elem_in_vec (T elem, const std::vector< T > &vec)
 
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)