C++的cout与C的printf之间的区别
在C++中如何在一个字符串中打印变量?例如:while(getline(in,s)!=false){cout<<"Thisisline%d"<<i<<endl;//如何打...
在C++中如何在一个字符串中打印变量?例如:
while(getline(in,s)!=false){
cout<<"This is line %d "<<i<<endl; //如何打在字符串中的变量?
//printf("This is number %d line\n", i);
i++;
}
C++的输出不能想C的printf打印变量,为什么?如何实现?? 展开
while(getline(in,s)!=false){
cout<<"This is line %d "<<i<<endl; //如何打在字符串中的变量?
//printf("This is number %d line\n", i);
i++;
}
C++的输出不能想C的printf打印变量,为什么?如何实现?? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询