由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 请教一段话的意思
相关主题
为什么VOIP要用P2P的模式呢?VC++ 里函数调用指针的问题
An interview question, what is the answer?to go or not to go
关于大规模数据显示,请教,急啊!!!How to define a data type of 1 bit size?
C++(非VC++) 删除链表时如何对指针操作? 在线等回复!谢谢!STL map变量的实际memory usage估算 (转载)
紧急求救:关于指向类中函数指针作为函数参量有谁熟悉Pcode?
(C / C++) 关于指针的引用,求助 (转载)One question about Void pointer (转载)
问个初级问题,64位PC vs 32位PC求解一道电路编成题
在子函数内开内存,返回主函数指针然后释放空间是不是很糟糕的设计?请教:CPU缓存大小KB是什么单位?
相关话题的讨论汇总
话题: 指针话题: stream话题: pointer话题: 数据流话题: read
进入CS版参与讨论
1 (共1页)
s*****s
发帖数: 27
1
Copy bytes from the source stream to the specified buffer.
All copied bytes are consumed (that is, the read pointer is advanced).
是不是说如果原数据流里有指针数据,把指针指向的内容拷贝过来
而不是拷贝指针本身?另外,需要负责清空原数据流里的指针么?
c*r
发帖数: 278
2

No. The source stream is just a byte stream.
At the beginning, the read pointer points to the head fo the
stream. You don't have to keep this and can move the read
pointer while copying. Just as simple as that.

【在 s*****s 的大作中提到】
: Copy bytes from the source stream to the specified buffer.
: All copied bytes are consumed (that is, the read pointer is advanced).
: 是不是说如果原数据流里有指针数据,把指针指向的内容拷贝过来
: 而不是拷贝指针本身?另外,需要负责清空原数据流里的指针么?

1 (共1页)
进入CS版参与讨论
相关主题
请教:CPU缓存大小KB是什么单位?紧急求救:关于指向类中函数指针作为函数参量
Intel为什么选用little endian?(C / C++) 关于指针的引用,求助 (转载)
CPU 支持操作系统的问题 (转载)问个初级问题,64位PC vs 32位PC
unidentified_title在子函数内开内存,返回主函数指针然后释放空间是不是很糟糕的设计?
为什么VOIP要用P2P的模式呢?VC++ 里函数调用指针的问题
An interview question, what is the answer?to go or not to go
关于大规模数据显示,请教,急啊!!!How to define a data type of 1 bit size?
C++(非VC++) 删除链表时如何对指针操作? 在线等回复!谢谢!STL map变量的实际memory usage估算 (转载)
相关话题的讨论汇总
话题: 指针话题: stream话题: pointer话题: 数据流话题: read