What are helper functions in C++?
问题 I was trying to understand helper functions in C++ from The C++ Programming Language by Bjarne Stroustrup . But the book hasn't explained anything about it and the purpose of using it in classes. I tried searching for it on Web and found this. I have got the gist of it but still unclear about what is the real purpose of helper functions, when should I use them and on the whole, what are helper functions? 回答1: "helper function" is not a term that you would find in a standard, neither it has an