跳转到内容
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Help
Browse
Cookbook
Wikijunior
Featured books
Recent changes
Random book
Using Wikibooks
Community
Reading room forum
Community portal
Bulletin Board
Help out!
Policies and guidelines
Contact us
Search
Search
Donations
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Discussion for this IP address
内容
移动到侧边栏
隐藏
开始
1
tmpfile
切换目录
C++ 编程/代码/标准 C 库/函数/tmpfile
Add languages
Add links
Book
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Sister projects
Wikipedia
Wikiversity
Wiktionary
Wikiquote
Wikisource
Wikinews
Wikivoyage
Commons
Wikidata
MediaWiki
Meta-Wiki
Print/export
Create a collection
Download as PDF
Printable version
In other projects
外观
移动到侧边栏
隐藏
来自维基教科书,自由的教科书
<
C++ 编程
|
代码/标准 C 库
|
函数
tmpfile
[
编辑
|
编辑源代码
]
语法
#include
<cstdio>
FILE
*
tmpfile
(
void
);
tmpfile() 函数打开一个具有唯一文件名的临时文件,并返回指向该文件的指针。如果出现错误,则返回空指针。
相关主题
tmpnam
类别
:
书籍: C++ 编程
华夏公益教科书