16 Kasım 2016 Çarşamba

std::remove

Giriş
Şu satırı dahil ederiz.
#include <cstdio>
Belirtilen dosyayı siler. Şöyle yaparız. Maalesef bu metod ile STL'deki std::remove() algoritması aynı isme sahipler.
std::remove("test.dat");

Hiç yorum yok:

Yorum Gönder