检测文件是否已打开

时间:2015-06-14 17:00:55

标签: c++ file detection file-exists

如何检测文件是否在C ++中打开? 我正在尝试使用这样的代码:

input

2 个答案:

答案 0 :(得分:0)

您正在寻找 is_open()

功能
if(file.is_open()){}

答案 1 :(得分:0)

ifstream::is_open()

您正在调用def count(arr) arr.each_with_object(Hash.new(0)) { |e,h| h[e] += 1 } end def matches(a1, a2) m = 0 a1_counts = count(a1) a2_counts = count(a2) a1_counts.each do |e, c| m += [a1_counts, a2_counts].min end m end 函数