Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用时遇到问题printf——输出没有显示在一行上。我不想包含该cout函数的库。
printf
cout
这是我打印数据的代码:
std::string data; data = "john"; printf("%s is at home",data.c_str());
输出如下:
john is at home
如何使所有文本出现在一行上?
这不会发生在我身上。此键盘正在使用您提供的代码。