开发者

Does C allow opening two files read only?

Title is pretty much self-explanatory. I googled on the web and SO, and not found a satisfactory enough answ开发者_运维知识库er. Example:

FILE* oneFile = fopen( file, someflags);
FILE* sameFile = fopen( file, someflags);


C has nothing to do with it. It's all about your operating system underneath. C has no opinion.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜