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.
如何获得 put() 流指针的值...(在 c++ 中)我的意思是必须写入下一个元素的位置的地址。
tellp() 只给出相对位置而不是绝对位置..
请帮忙
seekp()设置位置,没有得到它。
seekp()
tellp()获取 put 指针的绝对位置。
tellp()