Answer the question
In order to leave comments, you need to log in
How to spell out numbers in excel automatically?
Is it possible to write numbers in excel in words automatically?
For example, there is cell 10,347 in the document. The system prescribes itself according to a certain formula: ten thousand three hundred and forty-seven rubles. It is important that this formula works on Mac OS.
I found this solution, but it doesn't work for me.
='Macintosh HD:Users:skurdj01:Documents:sumprop.xla'!Sum in Word(B20)
Answer the question
In order to leave comments, you need to log in
Do not use the operator for each
, it is not part of the C++ language standard and is only supported in VisualStudio.
Use the range-based loop that came with C++11:
for (string strFILE : v_strSEARCH)
{
cout << "Файл " << v_strFILE << endl;
}
return vector<string>();
you don't owe anything in the specified implementation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question