Код: Выделить всё
#include
int main() {
std::ifstream file("nud.xlsx");
std::string line;
while (std::getline(file, line)) {
std::stringstream ss(line);
std::string cell;
while (std::getline(ss, cell, ',')) std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79893278/error-implicit-instantiation-of-undefined-template-stdbasic-ifstreamchar[/url]
Мобильная версия