做while while循环等

Yev*_*hen 0 c++ loops

当我在循环中修改字符串或其他变量时,每次重新计算它的条件?或者在循环开始之前一次


std::string a("aa");
do
{
a = "aaaa";
}
while(a.size<10)
什么是循环