开发者

Does C allow opening two files read only?

开发者 https://www.devze.com 2023-03-31 01:57 出处:网络
Title is pretty much self-explanatory. I googled on the web and SO, and not found a satisfactory enough answ开发者_运维知识库er. Example:

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

精彩评论

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