Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
int main(int argc, char** argv) { SetConsoleCP(1251); SetConsoleOutputCP(1251); ...
std::system("eсho \"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/my/dir/\" >> ~/.bashrc");
myfunction().moveToThread(you thread);
QTableView *tabl = new QTableView(); tabl->resizeColumnsToContents(); tabl->resizeRowToContents();
std::string str = "string test"; std::replace(str.begin(), str.end(), 's', 'd');