当前位置: 编程技术>c/c++/嵌入式
基于C++输出指针自增(++)运算的示例分析
来源: 互联网 发布时间:2014-10-16
本文导语: 代码如下:#include "stdafx.h"#include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ char s[] = "012345678", *p = s; cout
代码如下:
#include "stdafx.h"
#include
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
char s[] = "012345678", *p = s;
cout