От: | .alex | ||
Дата: | 30.03.18 13:11 | ||
Оценка: |
#include <iostream>
#include "string"
std::string foo()
{
std::string s = "la-la-la";
return s;
}
void main()
{
std::string str = foo();
std::cout << str << std::endl;
}
От: | Kernan | https://rsdn.ru/forum/flame.politics/ | |
Дата: | 30.03.18 13:15 | ||
Оценка: | +1 |
От: | .alex | ||
Дата: | 30.03.18 13:54 | ||
Оценка: |
От: | koenjihyakkei | ||
Дата: | 30.03.18 14:56 | ||
Оценка: | +1 |
От: | Kernan | https://rsdn.ru/forum/flame.politics/ | |
Дата: | 30.03.18 15:19 | ||
Оценка: |