“std::endl” vs “\n”

后端 未结 12 2378
耶瑟儿~
耶瑟儿~ 2020-11-21 04:35

Many C++ books contain example code like this...

std::cout << \"Test line\" << std::endl;

...so I\'ve always done that too. But

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-21 05:27

    I've always had a habit of just using std::endl because it is easy for me to see.

提交回复
热议问题