C++转义字符中 响铃 换页 垂直制表符 分别有什么用,要怎么用?
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励20(财富值+成长值)
展开全部
int main()
{
cout<<"this is a test\n"<<endl;
// 此处输出多一行空格 \N的作用换行
cout << "----------------"<<endl;
cout<<"\tthis is a test\n"<<endl;
cout<<"\athis is a test\n"<<endl;
cout<<"\vthis is a test\n"<<endl;
}
{
cout<<"this is a test\n"<<endl;
// 此处输出多一行空格 \N的作用换行
cout << "----------------"<<endl;
cout<<"\tthis is a test\n"<<endl;
cout<<"\athis is a test\n"<<endl;
cout<<"\vthis is a test\n"<<endl;
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询