Here is the code:
result = current->fio + "\t" + current->depart + "\t" + current->exp + + "\t" + current->pos + "\t" + current->start; But result is output without \ t.
depart + "\t" + current->exp + + "\t" + current-...">
Here is the code:
result = current->fio + "\t" + current->depart + "\t" + current->exp + + "\t" + current->pos + "\t" + current->start; But result is output without \ t.
Source: https://ru.stackoverflow.com/questions/815649/
All Articles